diff options
Diffstat (limited to 'p2pvr/daemonbase/pch.hpp')
-rw-r--r-- | p2pvr/daemonbase/pch.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/p2pvr/daemonbase/pch.hpp b/p2pvr/daemonbase/pch.hpp new file mode 100644 index 0000000..28b23b5 --- /dev/null +++ b/p2pvr/daemonbase/pch.hpp @@ -0,0 +1,13 @@ +#ifdef BOOST_BUILD_PCH_ENABLED +#ifndef P2PVRLIB_PCH +#define P2PVRLIB_PCH + +#include <Ice/Ice.h> +#include <variableType.h> +#include <daemon.h> +#include <options.h> +#include <logger.h> + +#endif +#endif + |