Fix missing include

This commit is contained in:
Norman Feske 2015-09-16 23:14:31 +02:00 committed by Christian Helmuth
parent 8f50b00f13
commit 1f941d1c87
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define _INCLUDE__GEMS__CHUNKY_TEXTURE_H_
#include <os/surface.h>
#include <os/texture.h>
#include <os/attached_ram_dataspace.h>
template <typename PT>