Skip to content

Commit

Permalink
Added missing standard includes in XexUtils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementDreptin committed Feb 26, 2023
1 parent cad6484 commit b2d2196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/XexUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

// C++ standard library headers
#include <string>
#include <math.h>
#include <iostream>
#include <cstdint>

// Xbox headers
#include <xtl.h>
Expand Down

0 comments on commit b2d2196

Please sign in to comment.