include cstring for strlen function

This commit is contained in:
Stephen Birarda 2013-02-08 13:14:06 -08:00
parent cedb212597
commit 8bac08859e

View file

@ -8,6 +8,8 @@
#include <iostream>
#include <stdio.h>
#include <cstring>
#include "Network.h"