mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
include stdlib for use of strtoul
This commit is contained in:
parent
6d4a0b82ce
commit
b9dafbe5bd
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include <stdlib.h>
|
||||
#include "TreeNode.h"
|
||||
#include "UDPSocket.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue