diff Plugin/Cache/CacheScheduler.cpp @ 26:a6492d20b2a8

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents fcbc8e77cf8f
children abdde1dfb3eb
line wrap: on
line diff
--- a/Plugin/Cache/CacheScheduler.cpp	Tue Jun 02 11:16:30 2015 +0200
+++ b/Plugin/Cache/CacheScheduler.cpp	Tue Jun 02 11:40:05 2015 +0200
@@ -22,7 +22,7 @@
 
 #include "CacheIndex.h"
 
-#include "../../Orthanc/OrthancException.h"
+#include "../../Orthanc/Core/OrthancException.h"
 #include <stdio.h>
 
 namespace OrthancPlugins