diff options
Diffstat (limited to 'src/stack.h')
-rw-r--r-- | src/stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stack.h b/src/stack.h index a6ea1b9..0d1ed3c 100644 --- a/src/stack.h +++ b/src/stack.h | |||
@@ -9,6 +9,7 @@ | |||
9 | #define BU_STACK_H | 9 | #define BU_STACK_H |
10 | 10 | ||
11 | #include <memory> | 11 | #include <memory> |
12 | #include "bu/config.h" | ||
12 | 13 | ||
13 | namespace Bu | 14 | namespace Bu |
14 | { | 15 | { |