gen-zam: Fix compile error on GCC-12/Ubuntu 22.04

This commit is contained in:
Johanna Amann 2022-04-14 17:01:41 +01:00 committed by Tim Wojtulewicz
parent 4a7cf8c26e
commit 902577b7ce

View file

@ -2,6 +2,7 @@
#include "Gen-ZAM.h"
#include <cstring>
#include <ctype.h>
#include <regex>