From 61245bc7ea39f24ec6e4f5398ad0083f7fb6aa17 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Mon, 16 Nov 2020 18:00:46 +0700 Subject: [PATCH] add all-in header --- headers/flat.hpp/flat.hpp | 10 ++++++++++ untests/flat_tests.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 headers/flat.hpp/flat.hpp diff --git a/headers/flat.hpp/flat.hpp b/headers/flat.hpp/flat.hpp new file mode 100644 index 0000000..0c8114e --- /dev/null +++ b/headers/flat.hpp/flat.hpp @@ -0,0 +1,10 @@ +/******************************************************************************* + * This file is part of the "https://github.com/blackmatov/flat.hpp" + * For conditions of distribution and use, see copyright notice in LICENSE.md + * Copyright (C) 2019-2020, by Matvey Cherevko (blackmatov@gmail.com) + ******************************************************************************/ + +#include "flat_map.hpp" +#include "flat_multimap.hpp" +#include "flat_multiset.hpp" +#include "flat_set.hpp" diff --git a/untests/flat_tests.cpp b/untests/flat_tests.cpp index bdd630a..e976387 100644 --- a/untests/flat_tests.cpp +++ b/untests/flat_tests.cpp @@ -7,7 +7,7 @@ #define CATCH_CONFIG_FAST_COMPILE #include -#include +#include using namespace flat_hpp; namespace