Created
August 30, 2016 18:07
-
-
Save visualizeq/5ccfb634600450c685e7dd276a781a7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/auto/XSTools/utils/sparseconfig.h b/src/auto/XSTools/utils/sparseconfig.h | |
index c216315..3e1d600 100644 | |
--- a/src/auto/XSTools/utils/sparseconfig.h | |
+++ b/src/auto/XSTools/utils/sparseconfig.h | |
@@ -59,7 +59,7 @@ | |
#endif | |
/* the location of <hash_fun.h>/<stl_hash_fun.h> */ | |
#if GCC_VERSION < 40300 | |
- #define HASH_FUN_H <ext/hash_fun.h> | |
+ #define HASH_FUN_H <ext/hash_map> | |
#else | |
#define HASH_FUN_H <backward/hash_fun.h> | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment