Skip to content

Commit

Permalink
Add missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
asoffer committed Jan 31, 2024
1 parent 3359f2e commit 5c30ec3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jasmin/compile/compiled_function.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include "jasmin/compile/compiled_function.h"

#include <cstddef>
#include <cstdint>
#include <span>

#include "nth/debug/debug.h"

namespace jasmin {
Expand Down
3 changes: 3 additions & 0 deletions jasmin/compile/compiled_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#define JASMIN_COMPILE_COMPILED_FUNCTION_H

#include <concepts>
#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <span>
#include <string>

Expand Down

0 comments on commit 5c30ec3

Please sign in to comment.