comparison UnitTests/MessageWithDestination.cpp @ 141:24681d35bad9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Oct 2012 18:22:33 +0200
parents 4d863c7b2f44
children
comparison
equal deleted inserted replaced
140:4d863c7b2f44 141:24681d35bad9
1 #include "../Core/IDynamicObject.h" 1 #include "../Core/IDynamicObject.h"
2 2
3 #include "../Core/OrthancException.h" 3 #include "../Core/OrthancException.h"
4 4
5 #include <stdint.h>
5 #include <memory> 6 #include <memory>
6 #include <map> 7 #include <map>
7 #include <gtest/gtest.h> 8 #include <gtest/gtest.h>
8 #include <string> 9 #include <string>
9 #include <boost/thread.hpp> 10 #include <boost/thread.hpp>