Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Sep 2, 2022
1 parent beb5784 commit d451eea
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions vm/vm/main/core-forward-decl.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@
#endif
#endif

#include <utility>
#include <cstdlib>
#include <cassert>
#include <cstdint>
#include <ostream>
#include <cstdlib>
#include <functional>
#include <limits>
#include <memory>
#include <cassert>
#include <ostream>
#include <stdexcept>
#include <utility>

#define MOZART_NORETURN __attribute__((noreturn))

Expand Down

0 comments on commit d451eea

Please sign in to comment.