Skip to content

Commit

Permalink
fix(compiler): add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Sep 5, 2023
1 parent 6609d18 commit 778cd77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/src/compiler/entry_struct_func_compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
//
// ==============================================================================================
// entry_struct_func_compiler.cpp
#include <iostream>
#include <iomanip>
#include "entry_struct_func_compiler.h"
using namespace yaksha;
entry_struct_func_compiler::entry_struct_func_compiler(ykdt_pool *pool)
Expand Down

0 comments on commit 778cd77

Please sign in to comment.