Fix: now command make ya_pidor=true build with out error

master
StreSS.t 2019-02-14 10:06:29 +02:00 committed by Коренберг Марк
parent d4519c7091
commit 37f0686ff9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
ifeq ($(ya_pidor),true)
CXXFLAGS += -DYA_PIDOR
endif
# -fsanitize=undefined
CXXFLAGS += -std=c++11 -O3 -Wall -Wextra -I/usr/include/rados -I/usr/include/jsoncpp
#-Wa,-adhln -g

View File

@ -13,6 +13,7 @@
#endif
#include <thread>
#include <vector>
#include <system_error>
// TODO: RMOVE IT !
#include <json/json.h>