From 3c8cc59c40509f7a1476bd9092e30da3365c58c6 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sun, 6 Nov 2016 14:27:57 +0100 Subject: + Public include directories moved to "include" directory --- src/adpcm/adpcm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/adpcm') 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 +#include + #include "adpcm.h" //----------------------------------------------------------------------------- -- cgit v1.2.3