From b13a8f129f078a942370f5ef12f76882476eae62 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sat, 16 Jun 2012 19:15:03 -0700 Subject: [PATCH] Include plFileUtils in plUruLauncher. --- Sources/Plasma/Apps/plUruLauncher/Pch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Plasma/Apps/plUruLauncher/Pch.h b/Sources/Plasma/Apps/plUruLauncher/Pch.h index 7c1be92d..990524d8 100644 --- a/Sources/Plasma/Apps/plUruLauncher/Pch.h +++ b/Sources/Plasma/Apps/plUruLauncher/Pch.h @@ -62,6 +62,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pnNetCli/pnNetCli.h" #include "plNetGameLib/plNetGameLib.h" #include "pnEncryption/plChecksum.h" +#include "plFile/plFileUtils.h" #include "plCompression/plZlibStream.h" #include "plClientPatcher/UruPlayer.h"