include: Had to include <cstring> in a few places to be able to compile cppcheck
This commit is contained in:
parent
c9133fb85d
commit
6f40ed9796
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <locale>
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "errormessage.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "filelister.h"
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <cctype>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue