From 0690ca436bdf2fcbd580dc5fc0fffbb8912e87a8 Mon Sep 17 00:00:00 2001 From: no Date: Sat, 19 Dec 2015 18:45:25 -0500 Subject: [PATCH] s/version.h/Version.h --- Source/Project64-core/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64-core/stdafx.h b/Source/Project64-core/stdafx.h index 1c8054a33..e1e400916 100644 --- a/Source/Project64-core/stdafx.h +++ b/Source/Project64-core/stdafx.h @@ -4,6 +4,6 @@ #include "Multilanguage.h" #include "Notification.h" -#include "version.h" +#include "Version.h" #include "Settings/SettingsClass.h" #include "TraceModulesProject64.h"