summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/examples/StdIOServerExample.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/examples/StdIOServerExample.cpp')
-rw-r--r--graphics/asymptote/LspCpp/examples/StdIOServerExample.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/examples/StdIOServerExample.cpp b/graphics/asymptote/LspCpp/examples/StdIOServerExample.cpp
index 028283ab8d..8b2d2b2d29 100644
--- a/graphics/asymptote/LspCpp/examples/StdIOServerExample.cpp
+++ b/graphics/asymptote/LspCpp/examples/StdIOServerExample.cpp
@@ -20,6 +20,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