diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 02:25:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-27 02:25:23 -0600 |
commit | 32f900cc79cc54627622d23245854e50995ef827 (patch) | |
tree | b877536a0744c44a5299d1966fed6762522429bf /src/svnfrontend/modifiedthread.h | |
parent | 6b8689efa77fd4e478174ff9c42710ffd05044df (diff) | |
download | tdesvn-32f900cc79cc54627622d23245854e50995ef827.tar.gz tdesvn-32f900cc79cc54627622d23245854e50995ef827.zip |
Fix more FBTFS problems
Diffstat (limited to 'src/svnfrontend/modifiedthread.h')
-rw-r--r-- | src/svnfrontend/modifiedthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svnfrontend/modifiedthread.h b/src/svnfrontend/modifiedthread.h index 0574c73..93beb33 100644 --- a/src/svnfrontend/modifiedthread.h +++ b/src/svnfrontend/modifiedthread.h @@ -29,6 +29,7 @@ #include <tqthread.h> #include <tqevent.h> +#include <tqmutex.h> class TQObject; |