Index: runtime/bin/file.h |
diff --git a/runtime/bin/file.h b/runtime/bin/file.h |
index 0fdc398640235f500997b2283d2e12f51313be74..34467507828e0a501047d97dc249d2127c9efc0a 100644 |
--- a/runtime/bin/file.h |
+++ b/runtime/bin/file.h |
@@ -19,6 +19,7 @@ typedef unsigned __int8 uint8_t; |
#include "bin/builtin.h" |
#include "bin/dartutils.h" |
+#include "bin/utils.h" |
Mads Ager (google)
2012/03/13 10:56:17
Can we remove this from here? Nothing seems to use
Søren Gjesse
2012/03/13 12:39:49
Done.
|
#include "platform/globals.h" |
#include "platform/thread.h" |