Merge pull request #1368 from chewi/cstddef-null
Add missing cstddef includes for NULL
This commit is contained in:
commit
dc7aa012d5
|
@ -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