include common.h for std::make_unique
authorDane Springmeyer <dane@mapbox.com>
Sun, 21 Feb 2021 21:09:59 +0000 (13:09 -0800)
committeryonghong-song <ys114321@gmail.com>
Mon, 22 Feb 2021 05:06:18 +0000 (21:06 -0800)
src/cc/frontends/b/loader.cc

index 8d7f8a2f8db589fc2841af0f779ad31f464278d1..9450f8f9da3ae87423d420afc2db90fcf83a0f3a 100644 (file)
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "common.h"
 #include "parser.h"
 #include "type_check.h"
 #include "codegen_llvm.h"