summaryrefslogtreecommitdiff
path: root/rlvm/textpage-noncopyable.patch
blob: 528014f028ec72b0e9fcae02e3aa5cc3b1110e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ru eglaysher-rlvm-bee99d3/src/Systems/Base/TextPage.hpp eglaysher-rlvm-bee99d3-patched/src/Systems/Base/TextPage.hpp
--- eglaysher-rlvm-bee99d3/src/Systems/Base/TextPage.hpp	2013-02-08 20:55:54.501748530 +0100
+++ eglaysher-rlvm-bee99d3-patched/src/Systems/Base/TextPage.hpp	2013-02-08 20:56:17.388142606 +0100
@@ -30,6 +30,7 @@
 
 #include <boost/ptr_container/ptr_vector.hpp>
 #include <boost/function.hpp>
+#include <boost/noncopyable.hpp>
 
 #include <algorithm>
 #include <string>