include: Had to include <cstring> in a few places to be able to compile cppcheck

This commit is contained in:
Daniel Marjamäki 2009-01-23 20:55:06 +00:00
parent c9133fb85d
commit 6f40ed9796
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <locale>
#include <cstring>
#include <string>
#include <sstream>
#include <algorithm>

View File

@ -22,6 +22,7 @@
#include "errormessage.h"
#include <algorithm>
#include <cstring>
#include <iostream>
#include <sstream>

View File

@ -20,6 +20,7 @@
#include "filelister.h"
#include <sstream>
#include <vector>
#include <cstring>
#include <string>
#include <cctype>
#include <algorithm>