diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-22 13:05:00 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-22 13:05:32 +0300 |
commit | ad5c6f2e147b791183d493e938caa8baa379cf49 (patch) | |
tree | 81fa9d787bcc2c93b63f4ebe4e3ed0808dd2bdf5 /kms++util/src/videodevice.cpp | |
parent | 19e36012e95ff08be86ebb2e6bae5547b1324cd9 (diff) |
Add missing <system_error> includes
Missing <system_error> breaks compliation on gcc 4.9.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'kms++util/src/videodevice.cpp')
-rw-r--r-- | kms++util/src/videodevice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kms++util/src/videodevice.cpp b/kms++util/src/videodevice.cpp index 8cc18dc..e21916b 100644 --- a/kms++util/src/videodevice.cpp +++ b/kms++util/src/videodevice.cpp @@ -6,6 +6,7 @@ #include <linux/videodev2.h> #include <sys/ioctl.h> #include <unistd.h> +#include <system_error> #include <kms++/kms++.h> #include <kms++util/kms++util.h> |