X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fstorage.cpp;h=d6c0ba5258dc68d25661683b2c5ae3a7da3b0ac8;hb=cdc6091a2e02b84a48937cda287a0769ceb8726a;hp=b8f174684d354e75a48d4b2237aab04a2f2f7fc9;hpb=4988547cbb3c35016872a4ed8dbcc1376473ad80;p=quassel.git diff --git a/src/core/storage.cpp b/src/core/storage.cpp index b8f17468..d6c0ba52 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-2018 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"