diff options
author | Alexander Golubev <[email protected]> | 2019-02-03 21:12:40 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2019-02-04 00:20:56 +0000 |
commit | 22189b6d305e07c67a4d6556e660605289789019 (patch) | |
tree | b6b2534f8770fc4c912b81e1b65f834962f7c466 /tdm/kfrontend | |
parent | 96b6334762db07679f4b30b8e290ec5d891a1923 (diff) | |
download | tdebase-22189b6d305e07c67a4d6556e660605289789019.tar.gz tdebase-22189b6d305e07c67a4d6556e660605289789019.zip |
Fix FTBFS when build -DWITH_XRANDR=OFF
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'tdm/kfrontend')
-rw-r--r-- | tdm/kfrontend/kgapp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdm/kfrontend/kgapp.cpp b/tdm/kfrontend/kgapp.cpp index c0000aef0..197732e17 100644 --- a/tdm/kfrontend/kgapp.cpp +++ b/tdm/kfrontend/kgapp.cpp @@ -47,6 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #endif #include <tqtimer.h> +#include <tqfile.h> #include <tqstring.h> #include <tqcursor.h> #include <tqpalette.h> |