comparison Core/Enumerations.cpp @ 2407:5edec967055e

fix sandboxed builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 17:02:27 +0200
parents a051aba0037c
children 7e217a1cc63f
comparison
equal deleted inserted replaced
2406:f0cfacd0c9b8 2407:5edec967055e
36 36
37 #include "OrthancException.h" 37 #include "OrthancException.h"
38 #include "Toolbox.h" 38 #include "Toolbox.h"
39 #include "Logging.h" 39 #include "Logging.h"
40 40
41 #include <boost/thread/mutex.hpp>
41 #include <string.h> 42 #include <string.h>
42 #include <cassert> 43 #include <cassert>
43 44
44 namespace Orthanc 45 namespace Orthanc
45 { 46 {