mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
11 lines
237 B
C++
11 lines
237 B
C++
--- src/userevents/usereventcommon.h.orig 2014-06-01 19:16:42 UTC
|
|
+++ src/userevents/usereventcommon.h
|
|
@@ -20,6 +20,8 @@
|
|
#ifndef USEREVENTCOMMON_H
|
|
#define USEREVENTCOMMON_H
|
|
|
|
+#include <time.h>
|
|
+
|
|
#include <QWidget>
|
|
|
|
#include <list>
|