X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=pbo_frame_allocator.cpp;fp=pbo_frame_allocator.cpp;h=d18358a3121b7cf131de211df446a62b098db1e6;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=34b2c7ba04de98378e92c6b0ad2fe78043d52902;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/pbo_frame_allocator.cpp b/pbo_frame_allocator.cpp index 34b2c7b..d18358a 100644 --- a/pbo_frame_allocator.cpp +++ b/pbo_frame_allocator.cpp @@ -1,12 +1,12 @@ #include "pbo_frame_allocator.h" +#include +#include #include #include #include #include -#include - using namespace std; PBOFrameAllocator::PBOFrameAllocator(size_t frame_size, GLuint width, GLuint height, size_t num_queued_frames, GLenum buffer, GLenum permissions, GLenum map_bits)