comparison Framework/Scene2DViewport/MeasureTrackers.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 1e381f2596d3
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
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 "MeasureTrackers.h" 21 #include "MeasureTrackers.h"
22 #include <Core/OrthancException.h> 22 #include <OrthancException.h>
23 23
24 namespace OrthancStone 24 namespace OrthancStone
25 { 25 {
26 26
27 CreateMeasureTracker::CreateMeasureTracker(boost::shared_ptr<IViewport> viewport) 27 CreateMeasureTracker::CreateMeasureTracker(boost::shared_ptr<IViewport> viewport)