commit | c5458f27c43ce59738bfbad573e40f884e2036a8 | [log] [tgz] |
---|---|---|
author | ncihnegn <ncihnegn@users.noreply.github.com> | Mon Jan 28 05:08:18 2019 -0800 |
committer | Viktor Kirilov <vik.kirilov@gmail.com> | Mon Jan 28 15:08:18 2019 +0200 |
tree | f7623bc763e0ecb1574ed6fb7e47bb31e602023a | |
parent | 92350e4abd2fc439ab8015f198acdf3cb9f360fb [diff] [blame] |
Change the include path in examples as #175 (#180) * Change the include path in examples as #175 * Change include path in scripts
diff --git a/examples/all_features/assertion_macros.cpp b/examples/all_features/assertion_macros.cpp index 2af257f..6733969 100644 --- a/examples/all_features/assertion_macros.cpp +++ b/examples/all_features/assertion_macros.cpp
@@ -1,4 +1,4 @@ -#include "doctest.h" +#include <doctest/doctest.h> #include "header.h"