mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-17 18:21:41 +02:00
Fixed Issue #20: Compiling with gcc > 4.3 failes
This commit is contained in:
parent
3580a29fd8
commit
b3cf31bd7c
19 changed files with 40 additions and 18 deletions
|
@ -16,8 +16,8 @@
|
|||
#include "KeyTypes.h"
|
||||
#include "CLog.h"
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <cctype>
|
||||
#include <cstdlib>
|
||||
|
||||
CKeyMap::CNameToKeyMap* CKeyMap::s_nameToKeyMap = NULL;
|
||||
CKeyMap::CNameToModifierMap* CKeyMap::s_nameToModifierMap = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue