Index: src/driver/cfa.cc
===================================================================
--- src/driver/cfa.cc	(revision ee5153450a63c4ce207bc8006df0fefce0f172ae)
+++ src/driver/cfa.cc	(revision a43e1d7c3231cb18eeecb91c0c4d77666dc79121)
@@ -5,5 +5,5 @@
 // file "LICENCE" distributed with Cforall.
 //
-// cfa.cc -- 
+// cfa.cc --
 //
 // Author           : Peter A. Buhr
@@ -247,4 +247,7 @@
 	nargs += 1;
 
+	args[nargs] = "-I" CFA_INCDIR "/containers";
+	nargs += 1;
+
 	if ( link ) {
 		// include the cfa library in case it's needed
@@ -306,5 +309,5 @@
 		args[nargs] = "-no-integrated-cpp";
 		nargs += 1;
-		args[nargs] = "-Wno-deprecated"; 
+		args[nargs] = "-Wno-deprecated";
 		nargs += 1;
 		if ( ! std_flag ) {								// default c99, if none specified
@@ -312,5 +315,5 @@
 			nargs += 1;
 		} // if
-		args[nargs] = "-fgnu89-inline"; 
+		args[nargs] = "-fgnu89-inline";
 		nargs += 1;
 		args[nargs] = ( *new string( string("-B") + Bprefix + "/" ) ).c_str();
