added include for types

This commit is contained in:
janrinze 2010-11-27 12:18:01 +01:00
parent 38a2b213f4
commit 617562c8ea

View File

@ -19,6 +19,8 @@
#ifndef _ALIGNEDBUFFER_
#define _ALIGNEDBUFFER_
#include <stdint.h>
template <class T> class AlignedBuffer {
private: