X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fstorage.cpp;h=a08a61932c9913d0a24ee9960b9a5c52d17fb45e;hp=b8f174684d354e75a48d4b2237aab04a2f2f7fc9;hb=d682289cc69fac3a5776ef29059cc1f54d8d37d4;hpb=07b0587b932ccbfb0d93f59109b23b97ba85f4cf diff --git a/src/core/storage.cpp b/src/core/storage.cpp index b8f17468..a08a6193 100644 --- a/src/core/storage.cpp +++ b/src/core/storage.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -21,6 +21,7 @@ #include "storage.h" #include +#include #if QT_VERSION < 0x050000 # include "../../3rdparty/sha512/sha512.h"