GDCM 3.0.24
gdcmTestDriver.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: GDCM (Grassroots DICOM). A DICOM library
4
5 Copyright (c) 2006-2011 Mathieu Malaterre
6 All rights reserved.
7 See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
8
9 This software is distributed WITHOUT ANY WARRANTY; without even
10 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11 PURPOSE. See the above copyright notice for more information.
12
13=========================================================================*/
14// This header is included by all the C++ test drivers in GDCM.
15#ifndef GDCMTESTDRIVER_H
16#define GDCMTESTDRIVER_H
17
18// CREATE_TEST_SOURCELIST supports the flag EXTRA_INCLUDE but only one per call.
19// So there is no way to specify we want to include two files... instead
20// gather the #include in a single file and include that one...
21#include <clocale> // C setlocale()
22#include <locale> // C++ locale
23
24#endif // GDCMTESTDRIVER_H