diff options
author | Jack Lloyd <[email protected]> | 2015-07-18 01:46:01 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-07-18 01:46:01 -0400 |
commit | a8eff4cc466053041e7f68dd1cf58023d95b4a1e (patch) | |
tree | 905bd7c022b5c1b0fad42974b1afcf92021b4ee4 /src/tests/catchy | |
parent | 84f6a4b4995b38796d14c1637639cbe89565ccfe (diff) |
Include build.h before doing a macro check; was causing tests to be skipped
Diffstat (limited to 'src/tests/catchy')
-rw-r--r-- | src/tests/catchy/test_base64.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/catchy/test_base64.cpp b/src/tests/catchy/test_base64.cpp index 1600c1ed5..e25defb09 100644 --- a/src/tests/catchy/test_base64.cpp +++ b/src/tests/catchy/test_base64.cpp @@ -3,6 +3,8 @@ #include "catch.hpp" +#include <botan/build.h> + #if defined(BOTAN_HAS_BASE64_CODEC) #include <botan/base64.h> |