summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/examples/TcpServerExample.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/examples/TcpServerExample.cpp')
-rw-r--r--graphics/asymptote/LspCpp/examples/TcpServerExample.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/examples/TcpServerExample.cpp b/graphics/asymptote/LspCpp/examples/TcpServerExample.cpp
index 42ed73407e..37a4266c94 100644
--- a/graphics/asymptote/LspCpp/examples/TcpServerExample.cpp
+++ b/graphics/asymptote/LspCpp/examples/TcpServerExample.cpp
@@ -19,6 +19,8 @@
#include <boost/filesystem.hpp>
#include <boost/asio.hpp>
#include <iostream>
+#include <thread>
+
using namespace boost::asio::ip;
using namespace std;
class DummyLog :public lsp::Log