Skip to content

Commit e72d1d5

Browse files
committed
Fix merge mistake
1 parent 675c2a0 commit e72d1d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/version.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include "util.h"
2020

21+
using namespace std;
22+
2123
const char* kNinjaVersion = "1.10.2";
2224

2325
void ParseVersion(const string& version, int* major, int* minor) {

0 commit comments

Comments
 (0)