mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 18:13:29 +02:00
include cstring in MenuColumn for strlen and strcpy
This commit is contained in:
parent
189bfdfb36
commit
19b9a0f5f5
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#ifndef __hifi__MenuColumn__
|
||||
#define __hifi__MenuColumn__
|
||||
|
||||
#include <vector>
|
||||
|
||||
class MenuColumn {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
//
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include "InterfaceConfig.h"
|
||||
#include "Util.h"
|
||||
|
@ -15,7 +16,6 @@
|
|||
#include "MenuColumn.h"
|
||||
#include "Menu.h"
|
||||
|
||||
|
||||
MenuRow::MenuRow() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue