comparison Framework/Toolbox/GenericToolbox.h @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents ab81ee8fce1f
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #pragma once 21 #pragma once
22 22
23 #include <Core/Compatibility.h> 23 #include <Compatibility.h>
24 #include <Core/OrthancException.h> 24 #include <OrthancException.h>
25 25
26 #include <boost/shared_ptr.hpp> 26 #include <boost/shared_ptr.hpp>
27 27
28 #include <string> 28 #include <string>
29 #include <stdint.h> 29 #include <stdint.h>