mirror of
https://github.com/ssloy/tinyraycaster.git
synced 2025-07-31 11:20:12 +02:00
Merge pull request #10 from maximevince/master
Make it compile on gcc 6.3.0 (size_t error)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define FRAMEBUFFER_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <vector>
|
||||
|
||||
struct FrameBuffer {
|
||||
|
Reference in New Issue
Block a user