compile fix: missing include guards
This commit is contained in:
parent
c4c96ec830
commit
65a45dc65f
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#ifndef FBTK_EVENTMANAGER_HH
|
||||
#define FBTK_EVENTMANAGER_HH
|
||||
|
||||
#include <map>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
|
@ -66,3 +69,6 @@ private:
|
|||
};
|
||||
|
||||
} //end namespace FbTk
|
||||
|
||||
#endif // FBTK_EVENTMANAGER_HH
|
||||
|
||||
|
|
Loading…
Reference in a new issue