Merge pull request #1368 from chewi/cstddef-null

Add missing cstddef includes for NULL
This commit is contained in:
Povilas Kanapickas 2021-11-03 22:57:58 +02:00 committed by GitHub
commit dc7aa012d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed build on GCC 11.2 (https://github.com/debauchee/barrier/issues/1366).

View File

@ -21,6 +21,8 @@
#include "common/basic_types.h"
#include "common/stdmap.h"
#include <cstddef>
class EventData {
public:
EventData() { }