Skip to content

Commit

Permalink
#include <array>
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Aug 17, 2022
1 parent fbcde53 commit 553bdf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/codegen_c_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2415,6 +2415,7 @@ void CodegenCVisitor::print_backend_info() {

void CodegenCVisitor::print_standard_includes() {
printer->add_newline();
printer->add_line("#include <array>");
printer->add_line("#include <math.h>");
printer->add_line("#include \"nmodl/fast_math.hpp\" // extend math with some useful functions");
printer->add_line("#include <stdio.h>");
Expand Down

0 comments on commit 553bdf0

Please sign in to comment.