diff options
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetEchoSettings.cpp')
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetEchoSettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZRoom/Commands/SetEchoSettings.cpp b/ZAPD/ZRoom/Commands/SetEchoSettings.cpp index 79a278b..463833f 100644 --- a/ZAPD/ZRoom/Commands/SetEchoSettings.cpp +++ b/ZAPD/ZRoom/Commands/SetEchoSettings.cpp @@ -1,5 +1,5 @@ #include "SetEchoSettings.h" -#include "Utils/StringHelper.h" +#include <ship/utils/StringHelper.h> SetEchoSettings::SetEchoSettings(ZFile* nParent) : ZRoomCommand(nParent) { |
