diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-06-28 19:11:40 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-06-28 19:11:40 (GMT) |
commit | d08d2738c99a6cddcd0e97406997c9623408ae25 (patch) | |
tree | 876c66e0bd577e40c6705eb81cfb9db5c087d04c /Source | |
parent | 19bd2c0c29cc0ed480f0fd16855dfe641ec2bbb1 (diff) | |
download | CMake-d08d2738c99a6cddcd0e97406997c9623408ae25.zip CMake-d08d2738c99a6cddcd0e97406997c9623408ae25.tar.gz CMake-d08d2738c99a6cddcd0e97406997c9623408ae25.tar.bz2 |
Undefined symbol
Diffstat (limited to 'Source')
-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 d1f455c..fa259f7 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 <stdio.h> namespace fltk { |