diff --git a/src/cpp/websocket_core.cpp b/src/cpp/websocket_core.cpp index 12217aa78..d83b994e2 100644 --- a/src/cpp/websocket_core.cpp +++ b/src/cpp/websocket_core.cpp @@ -2,6 +2,11 @@ // Unity build file for websocket // +// VFALCO: TODO: Fix this right. It's not really needed +// to include this file, its a hack to keep +// __STDC_LIMIT_MACROS from generating redefinition warnings +#include "websocketpp/src/rng/boost_rng.hpp" + // Must come first to prevent compile errors #include "websocketpp/src/uri.cpp"