summaryrefslogtreecommitdiffstats
path: root/src/build_test.cc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-03-06 01:36:11 (GMT)
committerEvan Martin <martine@danga.com>2011-03-06 01:36:11 (GMT)
commit2f3e5669826574b5e42d2118e539f559977a5ec8 (patch)
tree6199d8b973f16e075f6b389fc68ec6e21c62f7c4 /src/build_test.cc
parentdcf96a4d9c07d5c49d050ebd055c9e2db6836fc1 (diff)
downloadNinja-2f3e5669826574b5e42d2118e539f559977a5ec8.zip
Ninja-2f3e5669826574b5e42d2118e539f559977a5ec8.tar.gz
Ninja-2f3e5669826574b5e42d2118e539f559977a5ec8.tar.bz2
move test support into test.*
Diffstat (limited to 'src/build_test.cc')
-rw-r--r--src/build_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_test.cc b/src/build_test.cc
index 7533b44..cdc6534 100644
--- a/src/build_test.cc
+++ b/src/build_test.cc
@@ -14,6 +14,7 @@
#include "build.h"
+#include "graph.h"
#include "test.h"
// Though Plan doesn't use State, it's useful to have one around