aboutsummaryrefslogtreecommitdiff
path: root/zenstore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-24 13:22:06 +0200
committerStefan Boberg <[email protected]>2021-10-24 13:22:06 +0200
commitb7800f89d20491f998471324a6e450ac2e64c0b8 (patch)
tree1f616cd47ad2a4c871ab1c58025543d9fde30091 /zenstore/include
parentclang-format (diff)
downloadzen-b7800f89d20491f998471324a6e450ac2e64c0b8.tar.xz
zen-b7800f89d20491f998471324a6e450ac2e64c0b8.zip
general: Fixed up some vcxproj files which had a warning level set
Thus they did not get the same settings as all other projects which made it easy to introduce warnings which would trigger in xmake builds Cleaned up some #include usage to use third-party include brackets
Diffstat (limited to 'zenstore/include')
-rw-r--r--zenstore/include/zenstore/cidstore.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/zenstore/include/zenstore/cidstore.h b/zenstore/include/zenstore/cidstore.h
index 5f567e7fc..acfedbc64 100644
--- a/zenstore/include/zenstore/cidstore.h
+++ b/zenstore/include/zenstore/cidstore.h
@@ -4,10 +4,13 @@
#include "zenstore.h"
-#include <tsl/robin_map.h>
#include <zencore/iohash.h>
#include <zenstore/CAS.h>
+ZEN_THIRD_PARTY_INCLUDES_START
+#include <tsl/robin_map.h>
+ZEN_THIRD_PARTY_INCLUDES_END
+
namespace std::filesystem {
class path;
}