File: 03-Add-missing-include-into-wallpaper.cpp.diff

package info (click to toggle)
manaplus 2.1.3.17-8.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 82,208 kB
  • sloc: cpp: 249,446; xml: 7,909; sh: 4,740; pascal: 4,275; makefile: 3,254; ansic: 1,095; objc: 244; sed: 16
file content (26 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 9540ffb16a779e0e9fda029b0a197780f5ac1031 Mon Sep 17 00:00:00 2001
From: akaras <akaras@inbox.ru>
Date: Tue, 25 Jun 2024 17:56:52 +0300
Subject: [PATCH 1/3] Add missing include into wallpaper.cpp

---
 src/resources/wallpaper.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/resources/wallpaper.cpp b/src/resources/wallpaper.cpp
index 2df412b7d..8a919c459 100644
--- a/src/resources/wallpaper.cpp
+++ b/src/resources/wallpaper.cpp
@@ -39,9 +39,7 @@
 #include <sys/time.h>
 #endif  // WIN32
 
-#ifdef __clang__
 #include <ctime>
-#endif  // __clang__
 
 #include "debug.h"
 
-- 
2.45.2