comparison Framework/Scene2DViewport/OneGesturePointerTracker.cpp @ 705:f45fca2ebd10

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 May 2019 09:38:25 +0200
parents 059e1fd05fd6
children 28b9e3a54200
comparison
equal deleted inserted replaced
704:f8242d4b1f8d 705:f45fca2ebd10
16 * 16 *
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 #pragma once
22 21
23 #include "OneGesturePointerTracker.h" 22 #include "OneGesturePointerTracker.h"
23
24 #include <Core/OrthancException.h> 24 #include <Core/OrthancException.h>
25 25
26 using namespace Orthanc; 26 using namespace Orthanc;
27 27
28 namespace OrthancStone 28 namespace OrthancStone