Add ctime header.
authorScott Cantor <cantor.2@osu.edu>
Sat, 23 Oct 2010 20:49:35 +0000 (20:49 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 23 Oct 2010 20:49:35 +0000 (20:49 +0000)
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)