Skip to content

Instantly share code, notes, and snippets.

@visualizeq
Created August 30, 2016 18:07
Show Gist options
  • Save visualizeq/5ccfb634600450c685e7dd276a781a7c to your computer and use it in GitHub Desktop.
Save visualizeq/5ccfb634600450c685e7dd276a781a7c to your computer and use it in GitHub Desktop.
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