Skip to content

Commit

Permalink
Fix a few more missing includes masked in PCH builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dgelessus committed Feb 22, 2024
1 parent 2ceb0c8 commit 3303e8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Plasma/FeatureLib/pfPython/plPythonPack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ You can contact Cyan Worlds, Inc. by email [email protected]
#include <Python.h>
#include <marshal.h>
#include <ctime>
#include <string_theory/format>

#include "HeadSpin.h"
#include "hsStream.h"
Expand Down
4 changes: 4 additions & 0 deletions Sources/Plasma/PubUtilLib/plGImage/plMipmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ You can contact Cyan Worlds, Inc. by email [email protected]
#define ASSERT_UNCOMPRESSED()
#endif

#ifdef MEMORY_LEAK_TRACER
#include <string_theory/string>
#endif

//// Class Definition /////////////////////////////////////////////////////////

class plBitmapCreator;
Expand Down

0 comments on commit 3303e8c

Please sign in to comment.