diff options
author | Jack Lloyd <[email protected]> | 2017-11-29 19:02:56 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-29 19:02:56 -0500 |
commit | 5f96c5b87656ed967f1ef9ba6c313d7d886dabc5 (patch) | |
tree | 9ad4e5beaaf5967a271e79697cc997d24d5fabb0 /src/lib | |
parent | efbfa86c9882e43de496fd64992525fdadb2cf09 (diff) |
Fix missing header
This caused a build failure when compiling with amalgamation + minimized.
Diffstat (limited to 'src/lib')
-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 { |