Skip to content

Commit

Permalink
added #include to jleNew for <cstdlib>
Browse files Browse the repository at this point in the history
  • Loading branch information
Mormert committed Feb 16, 2024
1 parent c3cc4c1 commit 8287348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/jleNew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "jleNew.h"
#include <Tracy.hpp>

#include <cstdlib>

void *
operator new[](size_t size, const char *pName, int flags, unsigned int debugFlags, const char *file, int line)
{
Expand Down

0 comments on commit 8287348

Please sign in to comment.