summaryrefslogtreecommitdiff
path: root/src/syncClient.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-11-24 15:58:21 +0000
committerChristian Pointner <equinox@anytun.org>2008-11-24 15:58:21 +0000
commit347f038c20550a4e5e2a4747c339d36991bb5214 (patch)
tree2091fcc2e661f8adbb0fd28659fb28b70d433779 /src/syncClient.h
parentfixed anytun-showtables (diff)
fixes for boost 1.35 and higher
Diffstat (limited to 'src/syncClient.h')
-rw-r--r--src/syncClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncClient.h b/src/syncClient.h
index d1b020a..f36b869 100644
--- a/src/syncClient.h
+++ b/src/syncClient.h
@@ -36,7 +36,7 @@
#include <sstream>
#include <iostream>
#include <string>
-#include <asio.hpp>
+#include <boost/asio.hpp>
class SyncClient
{