4e4b2b97ed
- Fix build with boost 1.41 on RELENG_6: add a workaround for gcc 3.4 bug
11 lines
332 B
C
11 lines
332 B
C
--- libiqxmlrpc/executor.h.orig 2010-01-01 15:27:17.000000000 +0600
|
|
+++ libiqxmlrpc/executor.h 2010-01-01 15:27:25.000000000 +0600
|
|
@@ -26,7 +26,7 @@
|
|
#pragma warning(disable: 4275)
|
|
#endif
|
|
|
|
-#include <boost/thread.hpp>
|
|
+#include <boost/thread/thread.hpp>
|
|
#include <boost/thread/mutex.hpp>
|
|
#include <boost/thread/condition.hpp>
|
|
|