added include for types
This commit is contained in:
parent
38a2b213f4
commit
617562c8ea
@ -19,6 +19,8 @@
|
||||
#ifndef _ALIGNEDBUFFER_
|
||||
#define _ALIGNEDBUFFER_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
template <class T> class AlignedBuffer {
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user