diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-01-19 18:07:43 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-01-20 18:13:23 +0900 |
| commit | 8ef0ce5e83861a67b4c02b4545b36fb39322b57f (patch) | |
| tree | 03ca172e34fdaf032729539fd0c8d1fcc0a5389b /main.cc | |
| parent | 23a0c47f068d1c4a7a2aa43feca50e46bc1bb022 (diff) | |
[C++] Move NeedsRegen from ninja.cc to regen.cc
Diffstat (limited to 'main.cc')
| -rw-r--r-- | main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include "log.h" #include "ninja.h" #include "parser.h" +#include "regen.h" #include "stats.h" #include "stmt.h" #include "string_piece.h" |
