]> git.tdb.fi Git - builder.git/commitdiff
Header fixes
authorMikko Rasa <tdb@tdb.fi>
Sun, 14 Apr 2013 15:11:32 +0000 (18:11 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Apr 2013 15:11:32 +0000 (18:11 +0300)
source/buildgraph.h
source/cache.h
source/virtualfilesystem.h

index e702b51eb765328da30773c4c4c40943235d6835..1636e27ae714b3706f78605c16e008708bd19787 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef BUILDGRAPH_H_
 #define BUILDGRAPH_H_
 
-#include "virtualfilesystem.h"
+#include <map>
+#include <string>
 
 class Builder;
 class Target;
index 98739575e25d45a998fdbce2f17e77c7a50faefd..95ae4fbfda4f1b3137d5d6ada72ede398a294591 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef CACHE_H_
 #define CACHE_H_
 
+#include <list>
+#include <map>
+#include <msp/fs/path.h>
 #include <msp/time/timestamp.h>
 
 class SourcePackage;
index 21f3ec25ac0168e6f81c5d273d30e601fbb3272e..6a92125316b9fc7465d49a4efa88661f8daee76d 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <list>
 #include <map>
+#include <set>
 #include <msp/fs/path.h>
 #include "buildinfo.h"