Add some missing #include statements.
[cumulus.git] / metadata.cc
index d946386..8de1a00 100644 (file)
@@ -24,6 +24,8 @@
  * handling of the statcache, and re-use of metadata between snapshots.
  */
 
+#include <stdlib.h>
+#include <string.h>
 #include <string>
 #include <iostream>
 #include <map>