From 1cb9db0e4d4d3660aef14b5af0c7175141311c83 Mon Sep 17 00:00:00 2001 From: George Smart Date: Fri, 10 Mar 2017 04:22:33 +0000 Subject: [PATCH] corrected case --- MMDVMHost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index a875ec4..4d9ed6a 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -33,7 +33,7 @@ #include "LCDproc.h" #include "Thread.h" #include "Log.h" -#include "gitversion.h" +#include "GitVersion.h" #if defined(HD44780) #include "HD44780.h"