lordgamez commented on code in PR #1749:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1749#discussion_r1603705072


##########
libminifi/include/utils/TimeUtil.h:
##########
@@ -42,6 +42,10 @@
 
 #include "date/date.h"
 
+#ifdef WIN32
+#include "date/tz.h"
+#endif

Review Comment:
   It was moved from the TestUtils and it only contained `dateSetInstall` that 
was WIN32 specific, so it was probably due to this. I moved it to the cpp file 
in 82084145ce5f0dd020144aea53c0c791bb69d3aa



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to