]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
Now, gdcmObject::SetEntryByNumber *adds* a new gdcmHeaderEntry to the cuurent
[gdcm.git] / src / gdcmUtil.h
index 3dca634d1b3b8ca6c54a2f0a79a84361447531d9..dcc1068c516012b043028c48615f04f12eedd63f 100644 (file)
@@ -3,6 +3,7 @@
 #ifndef GDCMUTIL_H
 #define GDCMUTIL_H
 
+#include "gdcmCommon.h"
 #include "gdcmVR.h"
 #include "gdcmTS.h"
 #include "gdcmDictSet.h"
@@ -24,7 +25,8 @@
  */
 class gdcmDebug {
 public:
-       gdcmDebug(int  = 0);
+       gdcmDebug(int level = GDCM_DEBUG);
+
        void SetDebug (int i) {DebugLevel = i;}
 
    void Verbose(int, const char*, const char* ="");