Hack to prevent redefinition warnings regarding __STDC_LIMIT_MACROS

This commit is contained in:
Vinnie Falco
2013-05-26 15:08:26 -07:00
parent e6a0209bdf
commit 55e7bf01f5

View File

@@ -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"