aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-29 19:02:56 -0500
committerJack Lloyd <[email protected]>2017-11-29 19:02:56 -0500
commit5f96c5b87656ed967f1ef9ba6c313d7d886dabc5 (patch)
tree9ad4e5beaaf5967a271e79697cc997d24d5fabb0 /src/lib
parentefbfa86c9882e43de496fd64992525fdadb2cf09 (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.h1
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 {