From 686e91af574625daaf11e1c91e0f8f9d96bbddec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 30 Apr 2023 14:28:40 +0200 Subject: [PATCH] Fix missing include --- YACReader/goto_flow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/YACReader/goto_flow.cpp b/YACReader/goto_flow.cpp index ae6b0aa0..96e42e84 100644 --- a/YACReader/goto_flow.cpp +++ b/YACReader/goto_flow.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include "yacreader_flow.h"