diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-02-11 20:32:19 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-02-11 20:32:19 +0000 |
commit | 24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd (patch) | |
tree | d970bcc7f511e9c8a538eed8de21cf2552eb2ff7 /py/modules/IcePy/Current.h | |
parent | Fix (diff) | |
download | ice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.tar.bz2 ice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.tar.xz ice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.zip |
Fixed warning with aCC (HP)
Diffstat (limited to 'py/modules/IcePy/Current.h')
-rw-r--r-- | py/modules/IcePy/Current.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Current.h b/py/modules/IcePy/Current.h index ba277cda866..3c1378525dd 100644 --- a/py/modules/IcePy/Current.h +++ b/py/modules/IcePy/Current.h @@ -10,7 +10,7 @@ #ifndef ICEPY_CURRENT_H #define ICEPY_CURRENT_H -#include <Python.h> +#include <Config.h> #include <Ice/Current.h> namespace IcePy |