X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fstorage.cpp;h=d6c0ba5258dc68d25661683b2c5ae3a7da3b0ac8;hb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;hp=b8f174684d354e75a48d4b2237aab04a2f2f7fc9;hpb=07b0587b932ccbfb0d93f59109b23b97ba85f4cf;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"