From 5a171da04453715751d45fffaf8ee75c139ac906 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Tue, 11 Jun 2019 12:05:12 +0200 Subject: [PATCH] Add missing include for GCC 9.1 --- .gitignore | 1 + unittest/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 514b9be..11ecdf2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ build/ # Visual Studio Code /.vscode/*cache* +/.vscode/ipch/ /.ccls-cache/ /compile_commands.json diff --git a/unittest/main.cpp b/unittest/main.cpp index 2b88a58..6978b33 100644 --- a/unittest/main.cpp +++ b/unittest/main.cpp @@ -4,6 +4,7 @@ #include #include #include +#include BOOST_AUTO_TEST_CASE(BasicTest) {