2 changed files with 18 additions and 2 deletions
@ -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