aboutsummaryrefslogtreecommitdiff
path: root/ports/wt/0007-boost_1_77_0.patch
blob: 8fed5713d0d7c0fe2667baa5a4245199953fbdb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 src/Wt/Render/CssParser.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Wt/Render/CssParser.C b/src/Wt/Render/CssParser.C
index b8d409e..6bb47b4 100644
--- a/src/Wt/Render/CssParser.C
+++ b/src/Wt/Render/CssParser.C
@@ -39,6 +39,7 @@ using namespace Wt::Render;
 #include <boost/phoenix.hpp>
 #endif
 #include <boost/spirit/include/classic_file_iterator.hpp>
+#include <boost/foreach.hpp>
 
 #include <map>