modernized ColorPicker somewhat

This commit is contained in:
Just van Rossum 2003-05-24 20:14:24 +00:00
parent b98154e424
commit 0ed39577dd
1 changed files with 4 additions and 0 deletions

View File

@ -21,7 +21,11 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#ifdef WITHOUT_FRAMEWORKS
#include <ColorPicker.h>
#else
#include <Carbon/Carbon.h>
#endif
#include "Python.h"
#include "macglue.h"
#include "pymactoolbox.h"