diff options
Diffstat (limited to 'src/lib/utils/assert.h')
-rw-r--r-- | src/lib/utils/assert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/assert.h b/src/lib/utils/assert.h index 3f5f0231d..8211ec262 100644 --- a/src/lib/utils/assert.h +++ b/src/lib/utils/assert.h @@ -9,6 +9,7 @@ #ifndef BOTAN_ASSERTION_CHECKING_H_ #define BOTAN_ASSERTION_CHECKING_H_ +#include <botan/build.h> #include <botan/compiler.h> namespace Botan { |