build: added missing include for linux builds
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
typedef size_t Id;
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
Reference in New Issue
Block a user