mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 18:50:12 +02:00
include cstring for strlen and strcpy
This commit is contained in:
parent
27ab895381
commit
6665e62341
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include "InterfaceConfig.h"
|
||||
#include "Util.h"
|
||||
|
@ -9,7 +10,6 @@
|
|||
#include "Menu.h"
|
||||
|
||||
|
||||
|
||||
MenuColumn::MenuColumn() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue