Skip to content

Commit

Permalink
Fixed a small error in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Mar 17, 2024
1 parent 8efd856 commit 0562bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef AQ_COMPILE_COMPILE_H_
#define AQ_COMPILE_COMPILE_H_

#include <cstddef>

namespace Aq {
class Compiler {
public:
Expand Down

0 comments on commit 0562bdb

Please sign in to comment.