diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 14:27:57 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 14:27:57 +0100 |
commit | 3c8cc59c40509f7a1476bd9092e30da3365c58c6 (patch) | |
tree | 416334ad8ef8f15b8a495a91f087964ed402504b /src/adpcm/adpcm.cpp | |
parent | 3849673d97581c0d4f08e318d1674b4aabc708c0 (diff) |
+ Public include directories moved to "include" directory
Diffstat (limited to 'src/adpcm/adpcm.cpp')
-rw-r--r-- | src/adpcm/adpcm.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/adpcm/adpcm.cpp b/src/adpcm/adpcm.cpp index 7c6f48a..e551bda 100644 --- a/src/adpcm/adpcm.cpp +++ b/src/adpcm/adpcm.cpp @@ -13,7 +13,8 @@ /* 10.01.13 3.00 Lad Refactored, beautified, documented :-) */ /*****************************************************************************/ -#include <StormPort.h> +#include <stddef.h> + #include "adpcm.h" //----------------------------------------------------------------------------- |