comparison Framework/Scene2DViewport/MeasureTool.cpp @ 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 #include "MeasureTool.h" 21 #include "MeasureTool.h"
22 22
23 #include <Core/Logging.h> 23 #include <Logging.h>
24 #include <Core/Enumerations.h> 24 #include <Enumerations.h>
25 #include <Core/OrthancException.h> 25 #include <OrthancException.h>
26 26
27 #include <boost/math/constants/constants.hpp> 27 #include <boost/math/constants/constants.hpp>
28 28
29 #include "../Viewport/IViewport.h" 29 #include "../Viewport/IViewport.h"
30 30