Includes for inserter in CKeyState added.
This commit is contained in:
parent
727fff2ac9
commit
69b06429bf
|
@ -17,6 +17,8 @@
|
||||||
#include "CLog.h"
|
#include "CLog.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iterator>
|
||||||
|
#include <list>
|
||||||
|
|
||||||
static const KeyButton kButtonMask = (KeyButton)(IKeyState::kNumButtons - 1);
|
static const KeyButton kButtonMask = (KeyButton)(IKeyState::kNumButtons - 1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue