Skip to content

Instantly share code, notes, and snippets.

@EddieRingle
Last active December 31, 2015 13:29
Show Gist options
  • Save EddieRingle/7993589 to your computer and use it in GitHub Desktop.
Save EddieRingle/7993589 to your computer and use it in GitHub Desktop.
--- 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