Skip to content

Commit

Permalink
CXX: Change process.h to processutils.h since it collides with Window…
Browse files Browse the repository at this point in the history
…s' existing process.h.
  • Loading branch information
jamievlin committed Feb 29, 2024
1 parent 943b0d5 commit ec30378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "runtriple.h"
#include "access.h"
#include "virtualfieldaccess.h"
#include "process.h"
#include "processutils.h"

namespace run {
void arrayDeleteHelper(vm::stack *Stack);
Expand Down

0 comments on commit ec30378

Please sign in to comment.