X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Futil.h;h=1bf7255dfdd36b1616831134403dc94ed8d91472;hb=d008ea3376606276a86ed3c972654363eb23f47d;hp=c7be065d6f82f6d00e7ccdbc6ab0c1eb86f22a80;hpb=13527b1dc5e90a7adda9cc09d2b3821f2ceace33;p=novacoin.git diff --git a/src/util.h b/src/util.h index c7be065..1bf7255 100644 --- a/src/util.h +++ b/src/util.h @@ -17,11 +17,14 @@ #include #include +#ifndef Q_MOC_RUN #include #include #include #include #include +#endif + #include #include "netbase.h" // for AddTimeData @@ -246,7 +249,7 @@ void runCommand(std::string strCommand); inline std::string i64tostr(int64 n) { - return strprintf("%"PRI64d, n); + return strprintf("%" PRI64d, n); } inline std::string itostr(int n)