diff Sources/PythonModule.h @ 36:fd58eb5749ed

CMake simplification using DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 17:37:30 +0200
parents 7ed502b17b8f
children 23f3099bed47
line wrap: on
line diff
--- a/Sources/PythonModule.h	Thu May 28 21:02:23 2020 +0200
+++ b/Sources/PythonModule.h	Mon Jul 06 17:37:30 2020 +0200
@@ -1,5 +1,5 @@
 /**
- * Python plugin for Orthanc
+2 * Python plugin for Orthanc
  * Copyright (C) 2017-2020 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
@@ -19,9 +19,10 @@
 
 #pragma once
 
-#include "../Resources/Orthanc/Core/Compatibility.h"
 #include "PythonObject.h"
 
+#include <Compatibility.h>
+
 #include <memory>
 
 class PythonModule : public boost::noncopyable