aboutsummaryrefslogtreecommitdiff
path: root/src/adpcm/adpcm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/adpcm/adpcm.cpp')
-rw-r--r--src/adpcm/adpcm.cpp3
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"
//-----------------------------------------------------------------------------