From 9f723203a14fbe3f4ac087d2b7309381d7d1b419 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 23 Oct 2018 15:17:52 +0800 Subject: vendor: use govendor to import dexon-consensus-core --- .../dexon-foundation/mcl/include/cybozu/unordered_map.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/github.com/dexon-foundation/mcl/include/cybozu/unordered_map.hpp (limited to 'vendor/github.com/dexon-foundation/mcl/include/cybozu/unordered_map.hpp') diff --git a/vendor/github.com/dexon-foundation/mcl/include/cybozu/unordered_map.hpp b/vendor/github.com/dexon-foundation/mcl/include/cybozu/unordered_map.hpp new file mode 100644 index 000000000..89f8f8774 --- /dev/null +++ b/vendor/github.com/dexon-foundation/mcl/include/cybozu/unordered_map.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include + +#ifdef CYBOZU_USE_BOOST + #include +#elif (CYBOZU_CPP_VERSION >= CYBOZU_CPP_VERSION_CPP11) || (defined __APPLE__) + #include +#elif (CYBOZU_CPP_VERSION == CYBOZU_CPP_VERSION_TR1) + #include + #include +#endif + -- cgit