1
Fork 0
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:
Joshua Moerman 2015-05-06 17:37:35 +02:00
parent 7fcafba6e9
commit 8d82a0fcc6

View file

@ -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