From 1b74a4bc8c975d99b27fe23ec2c4185b5b21e496 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Wed, 3 Nov 2021 13:16:39 +1030 Subject: [PATCH] Include for NULL Fixes #1366 --- src/lib/base/Event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/base/Event.h b/src/lib/base/Event.h index 38a2cf11..7f4461c9 100644 --- a/src/lib/base/Event.h +++ b/src/lib/base/Event.h @@ -18,6 +18,7 @@ #pragma once +#include #include "common/basic_types.h" #include "common/stdmap.h"