Skip to content

Commit

Permalink
Fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 28, 2020
1 parent 675c2a0 commit e72d1d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

#include "util.h"

using namespace std;

const char* kNinjaVersion = "1.10.2";

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

0 comments on commit e72d1d5

Please sign in to comment.