diff options
Diffstat (limited to 'include/cppunit/Message.h')
| -rw-r--r-- | include/cppunit/Message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppunit/Message.h b/include/cppunit/Message.h index e3d8639..80c7cdb 100644 --- a/include/cppunit/Message.h +++ b/include/cppunit/Message.h @@ -8,7 +8,7 @@ #pragma warning( disable: 4251 ) // X needs to have dll-interface to be used by clients of class Z #endif -#include <deque> +#include <cppunit/portability/CppUnitDeque.h> #include <string> @@ -137,7 +137,7 @@ public: private: std::string m_shortDescription; - typedef std::deque<std::string> Details; + typedef CppUnitDeque<std::string> Details; Details m_details; }; |
