diff options
author | aap <aap@papnet.eu> | 2020-11-28 16:16:15 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-28 17:05:57 +0100 |
commit | a8035b64662e9b9fe6689ec60e5087ff95bc2672 (patch) | |
tree | 31f809fff530c5b7b8ea2a4714766d3284b0caf5 /src/core/Streaming.cpp | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.gz re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.bz2 re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.lz re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.xz re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.zst re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.zip |
Diffstat (limited to 'src/core/Streaming.cpp')
-rw-r--r-- | src/core/Streaming.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Streaming.cpp b/src/core/Streaming.cpp index 628d4923..a28fe39d 100644 --- a/src/core/Streaming.cpp +++ b/src/core/Streaming.cpp @@ -34,6 +34,7 @@ #include "main.h" #include "Frontend.h" #include "Font.h" +#include "MemoryMgr.h" #include "MemoryHeap.h" bool CStreaming::ms_disableStreaming; |