From 927332dc018d2e833d558c6d29ba99e2be040ce2 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 --- src/beast/beast/net/Net.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/beast/beast/net/Net.cpp b/src/beast/beast/net/Net.cpp index d968f28132..e8b3cc9235 100644 --- a/src/beast/beast/net/Net.cpp +++ b/src/beast/beast/net/Net.cpp @@ -17,6 +17,8 @@ */ //============================================================================== +#include "BeastConfig.h" + #include "../../modules/beast_core/beast_core.h" #include "impl/IPEndpoint.cpp"