From 69c26a180e944a8baa131cf8bb9ef0f24616e806 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 19 Sep 2013 18:25:01 -0700 Subject: [PATCH] Fix missing BeastConfig.h include in Net.cpp --- beast/net/Net.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beast/net/Net.cpp b/beast/net/Net.cpp index d968f2813..e8b3cc923 100644 --- a/beast/net/Net.cpp +++ b/beast/net/Net.cpp @@ -17,6 +17,8 @@ */ //============================================================================== +#include "BeastConfig.h" + #include "../../modules/beast_core/beast_core.h" #include "impl/IPEndpoint.cpp"