mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +02:00
windows build
This commit is contained in:
parent
e0946838f3
commit
48b73e3f0e
1 changed files with 1 additions and 1 deletions
|
@ -11,9 +11,9 @@
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <arpa/inet.h>
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include <MovingMinMaxAvg.h> // for MovingMinMaxAvg
|
#include <MovingMinMaxAvg.h> // for MovingMinMaxAvg
|
||||||
|
|
Loading…
Reference in a new issue