netpanzer-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-CVS] netpanzer/src/Lib/2D Palette.cpp


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/Lib/2D Palette.cpp
Date: Wed, 12 Nov 2003 12:31:30 -0500

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/11/12 12:31:30

Modified files:
        src/Lib/2D     : Palette.cpp 

Log message:
        missing include of math.h

Patches:
Index: netpanzer/src/Lib/2D/Palette.cpp
diff -u netpanzer/src/Lib/2D/Palette.cpp:1.12 
netpanzer/src/Lib/2D/Palette.cpp:1.13
--- netpanzer/src/Lib/2D/Palette.cpp:1.12       Sun Oct  5 09:50:09 2003
+++ netpanzer/src/Lib/2D/Palette.cpp    Wed Nov 12 12:31:29 2003
@@ -17,6 +17,8 @@
 */
 #include <config.h>
 
+#include <math.h>
+
 #include "Palette.hpp"
 #include "FileSystem.hpp"
 #include "Exception.hpp"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]