diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/static.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/include/uhd/utils/static.hpp b/host/include/uhd/utils/static.hpp index 63db5a247..c61f10884 100644 --- a/host/include/uhd/utils/static.hpp +++ b/host/include/uhd/utils/static.hpp @@ -18,6 +18,8 @@ #ifndef INCLUDED_UHD_UTILS_STATIC_HPP #define INCLUDED_UHD_UTILS_STATIC_HPP +#include <uhd/config.hpp> + /*! * Defines a function that implements the "construct on first use" idiom * \param _t the type definition for the instance |