Make gcc-10 happy (missing <string> include)

This commit is contained in:
Robin Gareus
2020-09-18 15:38:22 +02:00
parent 67b1481c12
commit d90d5c3701

View File

@@ -21,6 +21,7 @@
#include <map>
#include <vector>
#include <string>
#include <stdint.h>
#include <glib.h>