mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
12 lines
328 B
C++
12 lines
328 B
C++
--- ucb/source/ucp/webdav/DateTimeHelper.cxx.orig 2016-10-28 14:50:26 UTC
|
|
+++ ucb/source/ucp/webdav/DateTimeHelper.cxx
|
|
@@ -17,6 +17,8 @@
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
+#include <cstdio>
|
|
+
|
|
#include <osl/time.h>
|
|
#include <com/sun/star/util/DateTime.hpp>
|
|
#include "DateTimeHelper.hxx"
|