[net-im/swift] fix build with new boost
parent
e1bb9e4c96
commit
1c7030ff3d
@ -0,0 +1,15 @@
|
||||
Swiften/Examples/NetworkTool/main.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Swiften/Examples/NetworkTool/main.cpp b/Swiften/Examples/NetworkTool/main.cpp
|
||||
index c50ab67a4..d5a76b44b 100644
|
||||
--- a/Swiften/Examples/NetworkTool/main.cpp
|
||||
+++ b/Swiften/Examples/NetworkTool/main.cpp
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
+#include <boost/bind.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include <Swiften/EventLoop/SimpleEventLoop.h>
|
Loading…
Reference in New Issue