diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-28 18:53:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-28 18:53:08 (GMT) |
commit | 61acb47f5458c1b3e3c909e31867240a8219efaf (patch) | |
tree | 8af16876bed939c630148d82e2ce229c8c66bc38 /Source/FLTKDialog/FLTKPropertyItemRow.cxx | |
parent | aec9f9eaa9d1107d3762d1251bf10592afdb26cb (diff) | |
download | CMake-61acb47f5458c1b3e3c909e31867240a8219efaf.zip CMake-61acb47f5458c1b3e3c909e31867240a8219efaf.tar.gz CMake-61acb47f5458c1b3e3c909e31867240a8219efaf.tar.bz2 |
BUG: fix for sgi compiler
Diffstat (limited to 'Source/FLTKDialog/FLTKPropertyItemRow.cxx')
-rw-r--r-- | Source/FLTKDialog/FLTKPropertyItemRow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.cxx b/Source/FLTKDialog/FLTKPropertyItemRow.cxx index 3c6f591..d1f455c 100644 --- a/Source/FLTKDialog/FLTKPropertyItemRow.cxx +++ b/Source/FLTKDialog/FLTKPropertyItemRow.cxx @@ -12,7 +12,7 @@ #include "../cmCacheManager.h" #include "FLTKPropertyList.h" #include "CMakeSetupGUIImplementation.h" -#include <cstdio> + namespace fltk { |