From 7b5be5ee6290fe6ad46c35253c9ed7c3fc6b52ad Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Mon, 25 Feb 2019 11:34:56 +0200 Subject: [PATCH] Fixes #1 --- README.md | 1 + legilimens.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index cfec325..1d5ccb9 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ Legilimens requires a full-featured C++17 compiler with the following standard l - `cstddef` - `type_traits` - `tuple` +- `array` Legilimens requires Senoval: , which is a simple header-only dependency-free C++ utility library for deeply embedded systems. Think of it as a robust replacement of `std::vector` diff --git a/legilimens.hpp b/legilimens.hpp index c423b1b..7870db5 100644 --- a/legilimens.hpp +++ b/legilimens.hpp @@ -34,6 +34,7 @@ #include #include #include +#include /* * User-provided library config header.