Fix some includes

This commit is contained in:
Nicolas Werner 2020-03-01 20:47:06 +01:00
parent 1e2d273c93
commit 08c1973e85
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
#include <array> #include <array>
#include <cassert> #include <cassert>
#include <cmath> #include <cmath>
#include <vector> #include <stdexcept>
#ifdef DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #ifdef DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include <doctest.h> #include <doctest.h>

View file

@ -1,5 +1,6 @@
#pragma once #pragma once
#include <string>
#include <string_view> #include <string_view>
#include <vector> #include <vector>