]> git.treefish.org Git - phys/latlib.git/blobdiff - hypercache.cpp
Moved boost headers in configcache to source file.
[phys/latlib.git] / hypercache.cpp
index e6864ac38ac4799102ae2b72046d6577719a45b3..26c86266c6d4e827fd067bd233e07719ed7a508d 100644 (file)
@@ -1,5 +1,8 @@
 #include "hypercache.h"
 
 #include "hypercache.h"
 
+#include <cstdlib>
+#include <cstring>
+
 configcache *hypercache::C = NULL;
 vector<hypercache::para> hypercache::delayedParaAdd;
 vector<hypercache::para> hypercache::delayedParaSet;
 configcache *hypercache::C = NULL;
 vector<hypercache::para> hypercache::delayedParaAdd;
 vector<hypercache::para> hypercache::delayedParaSet;