16 lines
444 B
Diff
16 lines
444 B
Diff
|
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>
|