mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +02:00
Include stdlib string instead of cstring
This commit is contained in:
parent
fbaf25f3f9
commit
6da9825bac
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
#include "EnvironmentData.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue