added chat header files into why2.h

This commit is contained in:
Václav Šmejkal 2023-04-20 21:24:42 +02:00
parent 8dacaf7873
commit 0b14d2c1e0
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -38,4 +38,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/logger/logger.h> #include <why2/logger/logger.h>
#include <why2/logger/utils.h> #include <why2/logger/utils.h>
//CHAT
#include <why2/chat/config.h>
#include <why2/chat/flags.h>
#include <why2/chat/misc.h>
#endif #endif