Fix the compile error on Windows

This commit is contained in:
Magnus Norddahl 2019-12-05 21:18:11 +01:00
parent ab4f3ee0b1
commit 9b7db26a37
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef __I_VIDEO_H__
#define __I_VIDEO_H__
#include <cstdint>
class DFrameBuffer;