Add log.h to files that need it

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-15 17:53:17 +00:00
parent 0cebbc370a
commit acb81bc9a9
15 changed files with 15 additions and 4 deletions

View File

@ -12,6 +12,7 @@
#pragma once
#include "common.h"
#include "log.h"
#include <ctype.h>
#include <locale.h>