mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
Add missing cstddef includes for NULL
Fixes https://github.com/debauchee/barrier/issues/1366.
This commit is contained in:
parent
141ab9ecb4
commit
4b12265ae5
2 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue