projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b231786
)
include common.h for std::make_unique
author
Dane Springmeyer
<dane@mapbox.com>
Sun, 21 Feb 2021 21:09:59 +0000
(13:09 -0800)
committer
yonghong-song
<ys114321@gmail.com>
Mon, 22 Feb 2021 05:06:18 +0000
(21:06 -0800)
src/cc/frontends/b/loader.cc
patch
|
blob
|
history
diff --git
a/src/cc/frontends/b/loader.cc
b/src/cc/frontends/b/loader.cc
index 8d7f8a2f8db589fc2841af0f779ad31f464278d1..9450f8f9da3ae87423d420afc2db90fcf83a0f3a 100644
(file)
--- a/
src/cc/frontends/b/loader.cc
+++ b/
src/cc/frontends/b/loader.cc
@@
-14,6
+14,7
@@
* limitations under the License.
*/
+#include "common.h"
#include "parser.h"
#include "type_check.h"
#include "codegen_llvm.h"