-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error: fmicontext.hpp #89
Comments
Which compiler and language version are you using? |
Hello, thank you for your attention. |
cmake --build . -- Conan: checking conan executable -- Conan: checking conan executable -- Conan: Adding osp remote repository (https://osp.jfrog.io/artifactory/api/conan/conan-local) verify ssl (True) -- Conan executing: /usr/bin/conan install /home/xmirabel/.vs/proxy-fmu/conanfile.py -s build_type=Release -s compiler=gcc -s compiler.version=11 -s compiler.libcxx=libstdc++11 -g=cmake --build=missing Version ranges solved conanfile.py (proxyfmu/0.3.2): Installing package Installing (downloading, building) binaries... |
A compilation error occurs in src/proxyfmu/fmi/fmicontext.hpp
It is needed to add the following headers:
#include <cstdlib>
#include <cstdio>
#include <array>
The text was updated successfully, but these errors were encountered: