commit | 00b096d1c8a95a83b78464d722bb0336091ddec4 | [log] [tgz] |
---|---|---|
author | Alexander Amelkin <a.amelkin@yadro.com> | Mon Apr 15 15:11:03 2019 +0300 |
committer | Emily Shaffer <emilyshaffer@google.com> | Tue Apr 16 02:57:47 2019 +0000 |
tree | 397e33586fd5c339fd9202c0320fff564233bc26 | |
parent | 5023aa95ff56ea9ebf6a9e265dc4498c38f18bc7 [diff] |
Fix compilation warning regarding std::variant When building with SDK, the compiler complains about ’variant’ being not a member of ’std’: .../pack.hpp:249:24: error: ‘variant’ is not a member of ‘std’ This commit adds appropriate #include to fix that. Change-Id: I99d6b7c17cbe1f49d706821797cf3fa03ca8c26a Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.