Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Feb 26, 2015
1 parent 3fa3b08 commit edac741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/autotype/x11/AutoTypeX11.cpp
Expand Up @@ -19,6 +19,8 @@
#include "AutoTypeX11.h"
#include "KeySymMap.h"

#include <X11/Intrinsic.h>

#include <time.h>

bool AutoTypePlatformX11::m_catchXErrors = false;
Expand Down
1 change: 1 addition & 0 deletions src/core/Database.h
Expand Up @@ -20,6 +20,7 @@

#include <QDateTime>
#include <QHash>
#include <QObject>

#include "core/Uuid.h"
#include "keys/CompositeKey.h"
Expand Down

0 comments on commit edac741

Please sign in to comment.