From 0b14d2c1e0efc6ee05bb24907efac589cbaf7f19 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 20 Apr 2023 21:24:42 +0200 Subject: [PATCH] added chat header files into why2.h --- include/why2.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/why2.h b/include/why2.h index 79b3235..054b41e 100644 --- a/include/why2.h +++ b/include/why2.h @@ -38,4 +38,9 @@ along with this program. If not, see . #include #include +//CHAT +#include +#include +#include + #endif \ No newline at end of file