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