commit | 8c0408bf1faedfe00430cf1f13d37569ee7f0a3a | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Sun Jan 27 15:31:08 2019 +0200 |
committer | onqtam <vik.kirilov@gmail.com> | Sun Jan 27 15:31:08 2019 +0200 |
tree | 1359d5e52da338b97ae7a1465ea304ee82e247a8 | |
parent | bc43fe46e92ffa156eccdea938bc036d7fbc7c5a [diff] |
fix compilation
diff --git a/doctest/parts/doctest_main.cpp b/doctest/parts/doctest_main.cpp index a3f832e..9522fa7 100644 --- a/doctest/parts/doctest_main.cpp +++ b/doctest/parts/doctest_main.cpp
@@ -1,2 +1,2 @@ #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN -#include "doctest.h" +#include "doctest/doctest.h"