mirror of
https://github.com/Jaxan/hybrid-ads.git
synced 2025-04-27 15:07:45 +02:00
Linux is a bit more pedantic when it comes to size_t
This commit is contained in:
parent
7fcafba6e9
commit
8d82a0fcc6
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <stddef.h> // for size_t
|
||||
#include <vector>
|
||||
|
||||
// We use size_ts for fast indexing. Note that there is little type safety here
|
||||
|
|
Loading…
Add table
Reference in a new issue