summaryrefslogtreecommitdiff
path: root/ZAPDTR/ZAPD/ZAudio.cpp
diff options
context:
space:
mode:
authorKenix3 <kenixwhisperwind@gmail.com>2023-05-07 20:18:54 -0400
committerGitHub <noreply@github.com>2023-05-07 20:18:54 -0400
commit91bd693ff6f9809f97f1b5416ef96d51ae5f0d05 (patch)
treeba8eed659e5c49599fa4227ea5ec838316e1492d /ZAPDTR/ZAPD/ZAudio.cpp
parentf31a841789e22956b82f06fdd96068f1e6b0f88a (diff)
Bump LUS version (#2849)
* Bump LUS version * Removes the "now" boolean from the LUS resource bridge functions. * Bump LUS * More LUS bump * Update soh/soh/resource/importer/AudioSampleFactory.cpp --------- Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
Diffstat (limited to 'ZAPDTR/ZAPD/ZAudio.cpp')
-rw-r--r--ZAPDTR/ZAPD/ZAudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPDTR/ZAPD/ZAudio.cpp b/ZAPDTR/ZAPD/ZAudio.cpp
index 50bb181f2..9f2059271 100644
--- a/ZAPDTR/ZAPD/ZAudio.cpp
+++ b/ZAPDTR/ZAPD/ZAudio.cpp
@@ -2,7 +2,7 @@
#include "Globals.h"
#include "Utils/BitConverter.h"
-#include "Utils/File.h"
+#include <Utils/DiskFile.h>
#include "Utils/Path.h"
#include "Utils/StringHelper.h"
#include "ZFile.h"