From 5a7e26ea9088371b8a643dd82aa685f073c9d4dd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 17:36:42 +0900 Subject: [PATCH] Use proper TQt headers Signed-off-by: Michele Calgaro --- src/dotscan.lpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotscan.lpp b/src/dotscan.lpp index 23754bc..c472038 100644 --- a/src/dotscan.lpp +++ b/src/dotscan.lpp @@ -1,7 +1,7 @@ /* dot.l */ %{ -#include +#include #include "dotparse.hpp" %}