Fix limits.h naming conflict

pull/115/head
Alex Voinea 2021-09-20 18:18:52 +02:00
parent 6346dd3989
commit 9f0f7bc33b
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include <stddef.h>
#include "../limits.h"
#include "../intlimits.h"
/// A generic circular index class which can be used to build circular buffers
/// Can hold up to size elements