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