Include ripple.pb.cc for VS unity builds

This commit is contained in:
Vinnie Falco
2013-05-27 13:44:00 -07:00
parent bbaa2b6670
commit 9bc89e8896

View File

@@ -67,7 +67,9 @@ static const uint64 tenTo17m1 = tenTo17 - 1;
#include "src/cpp/ripple/SHAMapSync.cpp"
// VFALCO: TODO Fix this for SConstruct
//#include "ripple.pb.cc" // BROKEN because of SConstruct
#ifdef _MSC_VER
#include "ripple.pb.cc" // BROKEN because of SConstruct
#endif
#ifdef _MSC_VER
//#pragma warning (pop)