SVN commit 1119526 by habacker: uintptr_t require stdint.h M +3 -0 scope_chain.h --- trunk/KDE/kdelibs/kjs/scope_chain.h #1119525:1119526 @@ -24,6 +24,9 @@ #define KJS_SCOPE_CHAIN_H #include "global.h" +#ifdef HAVE_STDINT_H +#include +#endif #include namespace KJS {