diff --git a/src/Rtmp/Rtmp.h b/src/Rtmp/Rtmp.h index 3cac3713..eb43b28e 100644 --- a/src/Rtmp/Rtmp.h +++ b/src/Rtmp/Rtmp.h @@ -5,9 +5,11 @@ #include #include "Util/util.h" #include "Util/logger.h" +#include "Network/sockutil.h" using namespace std; using namespace ZL::Util; +using namespace ZL::Network; #define PORT 1935 #define DEFAULT_CHUNK_LEN 128