generator.h: add both string and cstring
All checks were successful
continuous-integration/drone/push Build is passing

..since we depend on both
This commit is contained in:
surtur 2021-10-24 22:04:14 +02:00
parent 2c01d3c6aa
commit 6cfd9e847e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,7 +1,8 @@
#ifndef FORTUNA_GENERATOR_H
#define FORTUNA_GENERATOR_H
#include<cstring>
#include <string>
#include <cstring>
struct G_state;