aboutsummaryrefslogtreecommitdiff
path: root/src/utils/hash-table.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/hash-table.H')
-rw-r--r--src/utils/hash-table.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/hash-table.H b/src/utils/hash-table.H
index 75b485ff..f5a2c7d0 100644
--- a/src/utils/hash-table.H
+++ b/src/utils/hash-table.H
@@ -37,7 +37,7 @@
// --% Simple hash table facility. To be replaced by C++0x
// --% hash tables when C++0x compilers become common place.
-#include "storage.H"
+#include <open-axiom/storage>
namespace OpenAxiom {
// --------------------