log.h needs to export compiler.h

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-02-13 04:18:32 +00:00
parent bb7466fc68
commit 7cdc0aedee
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ module win {
} }
module log { module log {
header "log.h" header "log.h"
export compiler
} }
module x { module x {
header "x.h" header "x.h"