diff options
-rw-r--r-- | yapp/common.h | 1 | ||||
-rw-r--r-- | yapp/popup_history_dlg.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/yapp/common.h b/yapp/common.h index 45a9723..355f08e 100644 --- a/yapp/common.h +++ b/yapp/common.h @@ -35,6 +35,7 @@ #include <commctrl.h>
#include <malloc.h>
#include <stdlib.h>
+#include <time.h>
#include <newpluginapi.h>
#include <statusmodes.h>
diff --git a/yapp/popup_history_dlg.cpp b/yapp/popup_history_dlg.cpp index f75e23e..c18ba80 100644 --- a/yapp/popup_history_dlg.cpp +++ b/yapp/popup_history_dlg.cpp @@ -1,7 +1,6 @@ #include "common.h"
#include "resource.h"
#include "popup_history.h"
-#include <time.h>
//************ Some helper resize stuff ******************
|