From 8e13f1644a272ada6b3659b11ec33228b1ad3329 Mon Sep 17 00:00:00 2001 From: Nathan Osman Date: Mon, 3 Apr 2017 11:16:55 -0700 Subject: [PATCH] Fix compilation on earlier versions of MSVC++ (fixes #17). --- src/qlocalfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qlocalfile.cpp b/src/qlocalfile.cpp index 6168776..12afc86 100644 --- a/src/qlocalfile.cpp +++ b/src/qlocalfile.cpp @@ -27,7 +27,7 @@ # include #elif defined(Q_OS_WIN32) # include -# include +# include #endif #include