diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-28 01:18:27 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-28 01:18:27 -0800 |
commit | 7fc320448f30a6c7c327834f80764e5657c04995 (patch) | |
tree | f884d372ec7b4eedca4cdd77fa5bbc2dfd2e59f8 /host/include | |
parent | b71d0cbea9e1e107eeb1da51ef14fe6b9e983ee6 (diff) | |
download | uhd-7fc320448f30a6c7c327834f80764e5657c04995.tar.gz uhd-7fc320448f30a6c7c327834f80764e5657c04995.tar.bz2 uhd-7fc320448f30a6c7c327834f80764e5657c04995.zip |
minor fix to wax test to get unit testing working on windows, added missing config include to static.hpp to compile under windows
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 |