From 32c0bb666209932d7540c22ddc393fd4550d5418 Mon Sep 17 00:00:00 2001 From: Michael Marley Date: Wed, 11 Mar 2015 17:54:05 -0400 Subject: [PATCH 1/1] Fix FTBFS on certain older libstdc++ versions. --- src/core/storage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/storage.cpp b/src/core/storage.cpp index b8f17468..4b565732 100644 --- a/src/core/storage.cpp +++ b/src/core/storage.cpp @@ -21,6 +21,7 @@ #include "storage.h" #include +#include #if QT_VERSION < 0x050000 # include "../../3rdparty/sha512/sha512.h" -- 2.20.1