Skip to content

Commit

Permalink
Merge pull request #2 from Zubax/bug-1
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
pavel-kirienko authored Feb 25, 2019
2 parents 13d44cb + 7b5be5e commit 02a305f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/Zubax/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`
Expand Down
1 change: 1 addition & 0 deletions legilimens.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <cstddef>
#include <type_traits>
#include <tuple>
#include <array>

/*
* User-provided library config header.
Expand Down

0 comments on commit 02a305f

Please sign in to comment.