mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed complation error for boost 1.49 and gcc 4.7 and higher
This commit is contained in:
parent
135c92bd85
commit
11b7e637e9
@ -1,5 +1,5 @@
|
||||
// There is bug in boost 1.49 with gcc 4.7 coming with Debian Wheezy
|
||||
#define GCC47_BOOST149 ((BOOST_VERSION == 104900) && (__GNUC__ == 4) && (__GNUC_MINOR__ == 7))
|
||||
#define GCC47_BOOST149 ((BOOST_VERSION == 104900) && (__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))
|
||||
|
||||
#include "I2PControl.h"
|
||||
#include <sstream>
|
||||
|
Loading…
Reference in New Issue
Block a user