diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/lzma.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stable/lzma.h b/src/stable/lzma.h index f4a6e28..3685546 100644 --- a/src/stable/lzma.h +++ b/src/stable/lzma.h | |||
@@ -11,6 +11,9 @@ | |||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | 12 | ||
13 | #include "bu/filter.h" | 13 | #include "bu/filter.h" |
14 | #include "bu/autoconfig.h" | ||
15 | |||
16 | #ifdef BU_HAS_LZMA | ||
14 | 17 | ||
15 | namespace Bu | 18 | namespace Bu |
16 | { | 19 | { |
@@ -57,3 +60,5 @@ namespace Bu | |||
57 | } | 60 | } |
58 | 61 | ||
59 | #endif | 62 | #endif |
63 | |||
64 | #endif | ||