diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-26 16:39:47 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-26 18:51:27 -0400 |
| commit | 19ac565e0dafccd3728b58a0d92cdc0cb74e4be0 (patch) | |
| tree | 183bd4ec58aea5fcad4846572e60f5922ad8895d /Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp | |
| parent | 867df74b52cd03b1f82572d7870ca034476e7d89 (diff) | |
Common: Move asserts to their own header
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp index 3d45244847..d88a44b7ef 100644 --- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp +++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp @@ -7,6 +7,7 @@ #include <map> #include <unistd.h> +#include "Common/Assert.h" #include "Common/Logging/Log.h" #include "InputCommon/ControllerInterface/evdev/evdev.h" |
