summaryrefslogtreecommitdiff
path: root/directvect.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
commit7e13676d807471211320962d6e420ebec8cf7eec (patch)
tree2da516744dfeb375efdd06d98f65560458292773 /directvect.h
parent8e2e05e4bd041b559a0352f0ad93729b7b65db91 (diff)
Reqwritten autoconf. Now builds
* Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably)
Diffstat (limited to 'directvect.h')
-rw-r--r--directvect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/directvect.h b/directvect.h
index b6af373..66d6356 100644
--- a/directvect.h
+++ b/directvect.h
@@ -18,6 +18,7 @@
#define BDE_SIMPLEVEC_H
#include <vector>
+#include <sys/types.h>
// For some vectors we use our DirectVector instead of STL's vector.
//