🚨 fixed warnings

This commit is contained in:
Niels Lohmann
2019-03-15 14:55:13 +01:00
parent 0c65ba960e
commit 27011e3718
16 changed files with 58 additions and 44 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <cassert> // assert
#include <numeric> // accumulate
#include <string> // string
#include <utility> // move
#include <vector> // vector
#include <nlohmann/detail/macro_scope.hpp>