diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-11 21:51:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-11 21:51:04 +0300 |
commit | a7f5022c415badc940d0f4ff3025f6b19107a878 (patch) | |
tree | cf8b5b92a6624a0093d938e62f5e407ba3c4dc27 /src/gui/gui.cpp | |
parent | 268e72f74c0cc7f52289b8d97091bb4ecf3f0561 (diff) | |
download | plus-a7f5022c415badc940d0f4ff3025f6b19107a878.tar.gz plus-a7f5022c415badc940d0f4ff3025f6b19107a878.tar.bz2 plus-a7f5022c415badc940d0f4ff3025f6b19107a878.tar.xz plus-a7f5022c415badc940d0f4ff3025f6b19107a878.zip |
Fix compilation in clang with libc++.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 0c75dd4e4..4284c1af8 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -20,6 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "mouseinput.h" + #include "gui/gui.h" #include "gui/focushandler.h" |