comparison ViewerPlugin/Plugin.cpp @ 16:7a88c614be04

preparing for precompiled headers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 11:01:26 +0200
parents 62adabb8c122
children 91fc9583b2de
comparison
equal deleted inserted replaced
15:43041d52ab99 16:7a88c614be04
16 * You should have received a copy of the GNU Affero General Public License 16 * You should have received a copy of the GNU Affero General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 **/ 18 **/
19 19
20 20
21 #include "../Framework/PrecompiledHeadersWSI.h"
21 #include "../Framework/Inputs/DicomPyramid.h" 22 #include "../Framework/Inputs/DicomPyramid.h"
22 #include "../Framework/Jpeg2000Reader.h" 23 #include "../Framework/Jpeg2000Reader.h"
23 #include "../Framework/Messaging/PluginOrthancConnection.h" 24 #include "../Framework/Messaging/PluginOrthancConnection.h"
24 #include "../Framework/Orthanc/Core/Images/PngWriter.h" 25 #include "../Framework/Orthanc/Core/Images/PngWriter.h"
25 #include "../Framework/Orthanc/Core/MultiThreading/Semaphore.h" 26 #include "../Framework/Orthanc/Core/MultiThreading/Semaphore.h"