mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +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 <iostream>
|
||||||
|
#include <cstdio>
|
||||||
#include "TreeNode.h"
|
#include "TreeNode.h"
|
||||||
#include "UDPSocket.h"
|
#include "UDPSocket.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue