fixed compilling with clang

This commit is contained in:
selim mustafaev 2016-04-13 01:52:43 +03:00
parent 61fe295753
commit 798180e278

View File

@ -1,7 +1,7 @@
#ifndef GLTEST_ISNDSOURCE_H #ifndef GLTEST_ISNDSOURCE_H
#define GLTEST_ISNDSOURCE_H #define GLTEST_ISNDSOURCE_H
#include <cstdint> #include <cstddef>
struct ISndSource { struct ISndSource {
virtual int getChannelCount() const = 0; virtual int getChannelCount() const = 0;