mirror of https://github.com/zeldaret/tmc.git
fix preproc
This commit is contained in:
parent
9bbfe95925
commit
369dedd8f8
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <stdexcept>
|
||||
#include "preproc.h"
|
||||
#include "asm_file.h"
|
||||
#include "char_util.h"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#include <cstdarg>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
#include "preproc.h"
|
||||
#include "c_file.h"
|
||||
#include "char_util.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue