From 7fc320448f30a6c7c327834f80764e5657c04995 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 28 Mar 2010 01:18:27 -0800 Subject: minor fix to wax test to get unit testing working on windows, added missing config include to static.hpp to compile under windows --- host/include/uhd/utils/static.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/include') 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 + /*! * Defines a function that implements the "construct on first use" idiom * \param _t the type definition for the instance -- cgit v1.2.3