]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.cpp
Package configuration is cached
[builder.git] / source / sourcefile.cpp
index 55910a64823742b12f45b259289ebae5270daa6c..ea76efd28a6fd6435e6d9c2a4f74c50a40c83a31 100644 (file)
@@ -7,6 +7,8 @@
 using namespace std;
 using namespace Msp;
 
+#include <iostream>
+
 SourceFile::SourceFile(Builder &b, const Component *c, const string &n):
        Target(b, c?&c->get_package():0, n),
        comp(c)