diff --git a/src/errorlogger.h b/src/errorlogger.h index c383c7b48..89a48c56d 100644 --- a/src/errorlogger.h +++ b/src/errorlogger.h @@ -1,7 +1,7 @@ /* * Cppcheck - A tool for static C/C++ code analysis * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam, - * Leandro Penz, Kimmo Varis, Vesa Pikki + * Leandro Penz, Kimmo Varis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/threadexecutor.cpp b/src/threadexecutor.cpp index 0ae140495..cfdfc6425 100644 --- a/src/threadexecutor.cpp +++ b/src/threadexecutor.cpp @@ -20,6 +20,7 @@ #include "threadexecutor.h" #include "cppcheck.h" #include +#include #if defined(__GNUC__) && !defined(__MINGW32__) #include #include