summaryrefslogtreecommitdiff
path: root/src/util/hash.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-20 14:58:30 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-20 14:58:30 +0000
commitc241cf3bef737a58162868d51a2c773c5af5abbf (patch)
tree741fac2402e78a85bdc42e3b47ee23d7c10db9f8 /src/util/hash.h
parentf1c1cc7c3de0d4a5f310357a249cef82f73c588c (diff)
Merge from "swig" branch: language binding for Java is compiling and linking. Enable with --enable-language-bindings=java
Diffstat (limited to 'src/util/hash.h')
-rw-r--r--src/util/hash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/hash.h b/src/util/hash.h
index 10211970f..bd3fee597 100644
--- a/src/util/hash.h
+++ b/src/util/hash.h
@@ -22,6 +22,9 @@
#ifndef __CVC4__HASH_H
#define __CVC4__HASH_H
+// in case it's not been declared as a namespace yet
+namespace __gnu_cxx {}
+
#include <ext/hash_map>
namespace std { using namespace __gnu_cxx; }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback