diff options
| author | Per Larsson <[email protected]> | 2021-12-14 12:34:47 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-12-14 12:34:47 +0100 |
| commit | b6c6568e1618f10d2160d836b65e35586e3c740f (patch) | |
| tree | f6a929cf918850bbba87d0ee67cd3482b2d50e24 /zenserver-test/projectclient.cpp | |
| parent | Fixed bug in z$ service returning partial cache records and enable small obje... (diff) | |
| parent | Partial revert b363c5b (diff) | |
| download | zen-b6c6568e1618f10d2160d836b65e35586e3c740f.tar.xz zen-b6c6568e1618f10d2160d836b65e35586e3c740f.zip | |
Merged main.
Diffstat (limited to 'zenserver-test/projectclient.cpp')
| -rw-r--r-- | zenserver-test/projectclient.cpp | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/zenserver-test/projectclient.cpp b/zenserver-test/projectclient.cpp index 2700ae9da..88608bfe0 100644 --- a/zenserver-test/projectclient.cpp +++ b/zenserver-test/projectclient.cpp @@ -2,16 +2,20 @@ #include "projectclient.h" -#include <zencore/compactbinary.h> -#include <zencore/logging.h> -#include <zencore/sharedbuffer.h> -#include <zencore/string.h> -#include <zencore/zencore.h> +#if 0 -#include <asio.hpp> -#include <gsl/gsl-lite.hpp> +# include <zencore/compactbinary.h> +# include <zencore/logging.h> +# include <zencore/sharedbuffer.h> +# include <zencore/string.h> +# include <zencore/zencore.h> -#include <atlbase.h> +# include <asio.hpp> +# include <gsl/gsl-lite.hpp> + +# if ZEN_PLATFORM_WINDOWS +# include <atlbase.h> +# endif namespace zen { @@ -158,3 +162,5 @@ LocalProjectClient::MessageTransaction(CbObject Request) } } // namespace zen + +#endif // 0 |