Add missing #include to Draw.cpp
Thanks to GabrielRavier for noticing.
This commit is contained in:
parent
2cb7bfbd3d
commit
3889bd9f1d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <ddraw.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue