# HG changeset patch # User Sebastien Jodogne # Date 1593496518 -7200 # Node ID acfe1ea3206b0e1aa680421f9f136be2722558ec # Parent f1ebec09b12075b9dde107c28d7c335c6c321e76 fix paths diff -r f1ebec09b120 -r acfe1ea3206b CMakeLists.txt --- a/CMakeLists.txt Tue Jun 30 07:44:54 2020 +0200 +++ b/CMakeLists.txt Tue Jun 30 07:55:18 2020 +0200 @@ -78,7 +78,8 @@ include_directories( ${AUTOGENERATED_DIR} - ${ORTHANC_ROOT} + ${ORTHANC_ROOT}/Core/ + ${ORTHANC_ROOT}/Plugins/Samples/Common/ ) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") diff -r f1ebec09b120 -r acfe1ea3206b Plugin/GoogleAccount.cpp --- a/Plugin/GoogleAccount.cpp Tue Jun 30 07:44:54 2020 +0200 +++ b/Plugin/GoogleAccount.cpp Tue Jun 30 07:55:18 2020 +0200 @@ -31,7 +31,7 @@ #include "GoogleAccount.h" -#include +#include void GoogleAccount::LoadAuthorizedUser(const std::string& json) { diff -r f1ebec09b120 -r acfe1ea3206b Plugin/GoogleAccount.h --- a/Plugin/GoogleAccount.h Tue Jun 30 07:44:54 2020 +0200 +++ b/Plugin/GoogleAccount.h Tue Jun 30 07:55:18 2020 +0200 @@ -31,7 +31,7 @@ #pragma once -#include +#include #include #include diff -r f1ebec09b120 -r acfe1ea3206b Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Tue Jun 30 07:44:54 2020 +0200 +++ b/Plugin/Plugin.cpp Tue Jun 30 07:55:18 2020 +0200 @@ -32,9 +32,9 @@ #include "GoogleConfiguration.h" #include "GoogleUpdater.h" -#include -#include -#include +#include +#include +#include static bool CheckDicomWebVersion()