From f5c72c5b1ac9b2d89251e8c6c0a4d4685e529088 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 20 Apr 2015 21:10:31 -0400 Subject: [PATCH] DiscIO: Add a missing header to Volume.h --- Source/Core/DiscIO/Volume.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DiscIO/Volume.h b/Source/Core/DiscIO/Volume.h index 813222bb6f..6efe04a37f 100644 --- a/Source/Core/DiscIO/Volume.h +++ b/Source/Core/DiscIO/Volume.h @@ -8,6 +8,7 @@ #include #include +#include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" namespace DiscIO