mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 18:38:45 +02:00
include cstring for strlen function
This commit is contained in:
parent
cedb212597
commit
8bac08859e
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
#include <cstring>
|
||||
|
||||
#include "Network.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue