Last active
December 31, 2015 13:29
-
-
Save EddieRingle/7993589 to your computer and use it in GitHub Desktop.
This file contains 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
--- util/google/sparsehash/sparseconfig.h | |
+++ util/google/sparsehash/sparseconfig.h | |
@@ -5,7 +5,7 @@ | |
#define GOOGLE_NAMESPACE ::google | |
/* the location of <hash_fun.h>/<stl_hash_fun.h> */ | |
-#define HASH_FUN_H "hash_fun.h" | |
+#define HASH_FUN_H </usr/include/c++/4.2.1/ext/hash_fun.h> | |
/* the location of <hash_map> */ | |
#define HASH_MAP_H <ext/hash_map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment