diff Orthanc/Core/SystemToolbox.h @ 167:bd5597966b3d

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Aug 2017 21:46:50 +0200
parents 5dc54316d68b
children dd1ad819ca33
line wrap: on
line diff
--- a/Orthanc/Core/SystemToolbox.h	Wed Jul 19 14:53:59 2017 +0200
+++ b/Orthanc/Core/SystemToolbox.h	Tue Aug 22 21:46:50 2017 +0200
@@ -95,11 +95,9 @@
 
     std::string GenerateUuid();
 
-#if BOOST_HAS_DATE_TIME == 1
     std::string GetNowIsoString();
 
     void GetNowDicom(std::string& date,
                      std::string& time);
-#endif
   }
 }