Kaydet (Commit) 7587f8ba authored tarafından Caolán McNamara's avatar Caolán McNamara

unnecessary include brings in boost headers that are broken under rhel-7

Change-Id: I1ad477b9db9ba960ae2c417799e5d91b63538d57
(cherry picked from commit 12fc5b85)
üst 17f6ebef
...@@ -17,6 +17,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,liborcus,\ ...@@ -17,6 +17,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,liborcus,\
external/liborcus/0001-workaround-a-linking-problem-on-windows.patch \ external/liborcus/0001-workaround-a-linking-problem-on-windows.patch \
external/liborcus/rpath.patch.0 \ external/liborcus/rpath.patch.0 \
external/liborcus/fix-crash-ooo55043-1.patch.0 \ external/liborcus/fix-crash-ooo55043-1.patch.0 \
external/liborcus/unusedheader.patch.0 \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
--- ./src/parser/pstring.cpp.orig 2015-12-02 14:38:44.658744408 +0000
+++ ./src/parser/pstring.cpp 2015-12-02 14:38:50.449658497 +0000
@@ -13,8 +13,6 @@
#include <iostream>
#include <vector>
-#include <boost/thread/mutex.hpp>
-
using namespace std;
namespace orcus {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment