diff options
Diffstat (limited to 'src/kernel/ntqthread.h')
| -rw-r--r-- | src/kernel/ntqthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/ntqthread.h b/src/kernel/ntqthread.h index 695a61fb7..6f72e67c1 100644 --- a/src/kernel/ntqthread.h +++ b/src/kernel/ntqthread.h @@ -41,12 +41,12 @@ #ifndef TQTHREAD_H #define TQTHREAD_H -#if defined(TQT_THREAD_SUPPORT) - #ifndef QT_H #include "ntqwindowdefs.h" #endif // QT_H +#if defined(TQT_THREAD_SUPPORT) + #include <limits.h> class TQThreadInstance; |
