Fix missing cstring inclusion for strcmp

This commit is contained in:
vit9696 2018-09-01 10:48:49 +03:00
parent 5bc09f4aeb
commit d61d789569

View file

@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <string>
#include <vector>
#include <cstdlib>
#include <cstring>
#include "../version.h"
#include "uefireplace.h"