diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2009-10-02 23:21:19 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-02 15:51:22 -0600 |
commit | 3c6fb072a50f5a11974bb55e2ffc0816519e7db6 (patch) | |
tree | f567a13684bc42d722d4eb9d9ee5d86a239d1c6a /src/resources | |
parent | 50ff91186126a0e9cc7e216552c349d60d31f451 (diff) | |
download | mana-3c6fb072a50f5a11974bb55e2ffc0816519e7db6.tar.gz mana-3c6fb072a50f5a11974bb55e2ffc0816519e7db6.tar.bz2 mana-3c6fb072a50f5a11974bb55e2ffc0816519e7db6.tar.xz mana-3c6fb072a50f5a11974bb55e2ffc0816519e7db6.zip |
Updating Code::Blocks project and adding header to fix compiler error.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/wallpaper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/wallpaper.cpp b/src/resources/wallpaper.cpp index f0e834b1..5794cbbd 100644 --- a/src/resources/wallpaper.cpp +++ b/src/resources/wallpaper.cpp @@ -18,6 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <time.h> #include "resources/wallpaper.h" |