We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675c2a0 commit e72d1d5Copy full SHA for e72d1d5
src/version.cc
@@ -18,6 +18,8 @@
18
19
#include "util.h"
20
21
+using namespace std;
22
+
23
const char* kNinjaVersion = "1.10.2";
24
25
void ParseVersion(const string& version, int* major, int* minor) {
0 commit comments