summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorleo2004-02-07 20:28:22 +0000
committerleo2004-02-07 20:28:22 +0000
commitcc697a9e03fc4e1933aab09b69ee67a5ac0dc4bf (patch)
treef9ff67bf1d1cc28e5756e06cea0d572fbc8d1493 /common
parent39d9d3efc3f747b6f890c02a77b3e5be96557527 (diff)
Fixed gcc3 compiler error.
git-svn-id: http://svn.leocad.org/trunk@354 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common')
-rw-r--r--common/light.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/light.cpp b/common/light.cpp
index 6150579..69ca6aa 100644
--- a/common/light.cpp
+++ b/common/light.cpp
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
+#include <stdio.h>
#include <math.h>
#include "light.h"
#include "defines.h"