mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
include cstdio for sscanf
This commit is contained in:
parent
1161cd6a5a
commit
4474e5dfa8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "VoxelAgentData.h"
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
VoxelAgentData::VoxelAgentData() {
|
||||
lastSentLevel = 0;
|
||||
|
|
Loading…
Reference in a new issue