mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 07:20:15 +03:00
Add missing cstddef includes for NULL
Fixes https://github.com/debauchee/barrier/issues/1366.
This commit is contained in:
parent
141ab9ecb4
commit
4b12265ae5
1
doc/newsfragments/gcc-11-build.bugfix
Normal file
1
doc/newsfragments/gcc-11-build.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fixed build on GCC 11.2 (https://github.com/debauchee/barrier/issues/1366).
|
@ -21,6 +21,8 @@
|
||||
#include "common/basic_types.h"
|
||||
#include "common/stdmap.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
class EventData {
|
||||
public:
|
||||
EventData() { }
|
||||
|
Loading…
Reference in New Issue
Block a user