Include <cstddef> for NULL

Fixes #1366
This commit is contained in:
Simon Lees 2021-11-03 13:16:39 +10:30 committed by GitHub
parent ac5a1bfd3b
commit 1b74a4bc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#pragma once
#include <cstddef>
#include "common/basic_types.h"
#include "common/stdmap.h"