blob: 511fad0091e189420da69eeee356473b6058782c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/yar/sgw.hxx
+++ b/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)
|