diff options
Diffstat (limited to 'src/tests/catchy/test_utils.cpp')
-rw-r--r-- | src/tests/catchy/test_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/catchy/test_utils.cpp b/src/tests/catchy/test_utils.cpp index 702d82f9c..a04010b8f 100644 --- a/src/tests/catchy/test_utils.cpp +++ b/src/tests/catchy/test_utils.cpp @@ -1,7 +1,7 @@ // (C) 2015 Simon Warta (Kullo GmbH) // Botan is released under the Simplified BSD License (see license.txt) -#include "catch.hpp" +#include "catchy_tests.h" #include <botan/calendar.h> #include <botan/internal/rounding.h> |