diff options
author | Christian Pointner <equinox@anytun.org> | 2008-11-24 15:58:21 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-11-24 15:58:21 +0000 |
commit | 347f038c20550a4e5e2a4747c339d36991bb5214 (patch) | |
tree | 2091fcc2e661f8adbb0fd28659fb28b70d433779 /src/syncClient.h | |
parent | fixed anytun-showtables (diff) |
fixes for boost 1.35 and higher
Diffstat (limited to 'src/syncClient.h')
-rw-r--r-- | src/syncClient.h | 2 |
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 { |