sysexer-ng: fix build w/ gcc10

This commit is contained in:
Jürgen Buchmüller 2021-01-18 19:38:00 +01:00
parent 1c4e5746f3
commit 524253bd00

View file

@ -0,0 +1,10 @@
--- sources/utility.h 2019-03-14 19:21:37.000000000 +0100
+++ sources/utility.h 2021-01-18 19:36:38.116292685 +0100
@@ -5,6 +5,7 @@
#include <memory>
#include <type_traits>
+#include <string>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>