From d38d2553649555714bfe20f8ca72614974993d47 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 28 Jul 2019 21:29:59 -0700 Subject: More include cleanups --- alc/converter.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'alc/converter.h') diff --git a/alc/converter.h b/alc/converter.h index 033e4d3f..bc51e46a 100644 --- a/alc/converter.h +++ b/alc/converter.h @@ -1,11 +1,16 @@ #ifndef CONVERTER_H #define CONVERTER_H +#include #include +#include "AL/al.h" + #include "alcmain.h" -#include "alu.h" #include "almalloc.h" +#include "alnumeric.h" +#include "alu.h" + struct SampleConverter { DevFmtType mSrcType{}; -- cgit v1.2.3