Skip to content
Snippets Groups Projects
Commit 2309b953 authored by Martin Nolte's avatar Martin Nolte
Browse files

[bugfix] add missing include visibility.hh

When using DUNE_EXPORT, you need to include visibility.hh. This was
omitted when adding this flag to the Singleton class in singleton.hh.
This patch adds the missing include.
parent 3a016e2c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
#include <memory>
#include <dune/common/visibility.hh>
/**
* @file
* @brief Useful wrapper for creating singletons.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment