summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-23 18:01:25 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-10-23 18:01:25 (GMT)
commit5f34e8ae667c24900e61c72e7dfc213d53a7cb05 (patch)
treeb58ecd45055df049c345b9675df27919d0846952 /src
parentcf5bbdcc0cf3fad9833effcbef7a1c0bd850441a (diff)
downloadDoxygen-5f34e8ae667c24900e61c72e7dfc213d53a7cb05.zip
Doxygen-5f34e8ae667c24900e61c72e7dfc213d53a7cb05.tar.gz
Doxygen-5f34e8ae667c24900e61c72e7dfc213d53a7cb05.tar.bz2
Use correct #include
Diffstat (limited to 'src')
-rw-r--r--src/symbolmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symbolmap.h b/src/symbolmap.h
index c675c8b..0f837d4 100644
--- a/src/symbolmap.h
+++ b/src/symbolmap.h
@@ -17,7 +17,7 @@
#define SYMBOLMAP_H
#include <algorithm>
-#include <unordered_map>
+#include <map>
#include <vector>
#include <string>
#include <utility>