From a5d682ffb36c05cd12fd6064ec380c8608ebf75b Mon Sep 17 00:00:00 2001 From: randomdan Date: Mon, 10 Mar 2014 20:24:23 +0000 Subject: Add basic workings of the Ice client and daemon modules - will probably change, but basic functionality works --- project2/ice/pch.hpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 project2/ice/pch.hpp (limited to 'project2/ice/pch.hpp') diff --git a/project2/ice/pch.hpp b/project2/ice/pch.hpp new file mode 100644 index 0000000..c74eebf --- /dev/null +++ b/project2/ice/pch.hpp @@ -0,0 +1,21 @@ +#ifdef BOOST_BUILD_PCH_ENABLED +#ifndef CGI_PCH +#define CGI_PCH + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif +#endif + -- cgit v1.2.3