mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 16:44:04 +02:00
include cstring for use of strcpy
This commit is contained in:
parent
f1467b2f6c
commit
8b18238be3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "Util.h"
|
||||
#include "octal.h"
|
||||
#include <cstring>
|
||||
|
||||
const int X = 0;
|
||||
const int Y = 1;
|
||||
|
|
Loading…
Reference in a new issue