Skip to content

Commit

Permalink
[fix] Add missing #include.
Browse files Browse the repository at this point in the history
Somehow this compiled on my machine, but the sourcehut build caught it.
(I think it runs Debian)
  • Loading branch information
Andy Chu committed Feb 6, 2021
1 parent ac8e81b commit 0080e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mycpp/my_runtime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <ctype.h> // isspace(), isdigit()
#include <cstdarg> // va_list, etc.
#include <vector>

using gc_heap::StackRoots;
using gc_heap::kEmptyString;
Expand Down

0 comments on commit 0080e75

Please sign in to comment.