blob: fe32b6c74e6c0b3ef62a795d62087e624bae3dd9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- yar/sgw.hxx
+++ yar/sgw.hxx
@@ -24,6 +24,7 @@
#include <iostream>
#include <string>
+#include <cstdlib>
#define DEFAULT_SCX (1024) // Default Screen Size and Depth
#define DEFAULT_SCY (768)
|