From 798180e278a9fbc622ee88eaf6c8a435b11d98ef Mon Sep 17 00:00:00 2001 From: selim mustafaev Date: Wed, 13 Apr 2016 01:52:43 +0300 Subject: [PATCH] fixed compilling with clang --- src/Audio/ISndSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audio/ISndSource.h b/src/Audio/ISndSource.h index 207abc0..a1336ef 100644 --- a/src/Audio/ISndSource.h +++ b/src/Audio/ISndSource.h @@ -1,7 +1,7 @@ #ifndef GLTEST_ISNDSOURCE_H #define GLTEST_ISNDSOURCE_H -#include +#include struct ISndSource { virtual int getChannelCount() const = 0;