X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=fd4f985813e326920a978a878804bc0b1490153e;hb=36065b288af82c4259a56523a3bd5fb4a529d7b5;hp=3732f2bd60cc31a24a23d4ea7baaa52c9ad700a4;hpb=d441f6f81784ccb09ce382c2eb574bc2b737cc6e;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 3732f2bd..fd4f9858 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -1,13 +1,6 @@ // gdcmVR.cxx -#include //----------------------------------------------------------------------------- -#include "gdcmVR.h" -#include "gdcmUtil.h" - -#ifndef PUB_DICT_PATH -# define PUB_DICT_PATH "../Dicts/" -#endif -#define DICT_VR "dicomVR.dic" +#include #include #ifdef GDCM_NO_ANSI_STRING_STREAM @@ -17,6 +10,15 @@ # include #endif +#include "gdcmVR.h" +#include "gdcmUtil.h" +#include "gdcmDebug.h" + +#ifndef PUB_DICT_PATH +# define PUB_DICT_PATH "../Dicts/" +#endif +#define DICT_VR "dicomVR.dic" + //----------------------------------------------------------------------------- // Constructor / Destructor gdcmVR::gdcmVR(void)