Fix non-PCH build

PCH builds include more headers, so missing includes can escape
detection.

Fixes: 047ddaf9ea ("Prevent buffer overrun in removeext")
This commit is contained in:
Kp 2018-08-28 02:00:00 +00:00
parent ec1cf005b6
commit e71bf215a8

View file

@ -12,6 +12,7 @@
#include <cstring>
#include "dxxsconf.h"
#include "dsx-ns.h"
#include "compiler-array.h"
#include <vector>
namespace dcx {