Skip to content

Commit

Permalink
fix compile error missing tarray.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jopadan authored and RicardoLuis0 committed Jan 29, 2025
1 parent aae8c12 commit 3adddd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/engine/m_random.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#include <stdio.h>
#include "basics.h"
#include "tarray.h"
#include "sfmt/SFMTObj.h"

class FSerializer;
Expand Down

0 comments on commit 3adddd6

Please sign in to comment.