Add ctime header.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sat, 23 Oct 2010 20:49:35 +0000 (20:49 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sat, 23 Oct 2010 20:49:35 +0000 (20:49 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@810 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/util/DateTime.h

index 7a1ced1..b4347bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2009 Internet2
+ *  Copyright 2001-2010 Internet2
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -30,6 +30,7 @@
     #pragma warning( disable : 4244 )
 #endif
 
+#include <ctime>
 #include <xercesc/util/XMLDateTime.hpp>
 
 #if defined (_MSC_VER)