mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
include cstdio for UNIX build
This commit is contained in:
parent
216e671fa0
commit
6d4a0b82ce
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
//
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include "TreeNode.h"
|
||||
#include "UDPSocket.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue