[phc-internals] [phc commit] r1825 - trunk/src/lib
codesite-noreply at google.com
codesite-noreply at google.com
Mon Oct 27 11:45:26 GMT 2008
Author: edskodevries
Date: Mon Oct 27 04:44:24 2008
New Revision: 1825
Modified:
trunk/src/lib/AttrMap.h
Log:
WARNING: Build broken in revision 1824 (at least on my machine). Fixed by
adding missing #include.
Modified: trunk/src/lib/AttrMap.h
==============================================================================
--- trunk/src/lib/AttrMap.h (original)
+++ trunk/src/lib/AttrMap.h Mon Oct 27 04:44:24 2008
@@ -10,6 +10,7 @@
#include "lib/Object.h"
#include "lib/Map.h"
+#include <string>
class String;
class Integer;
More information about the phc-internals
mailing list