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 /utils | |
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 'utils')
-rw-r--r-- | utils/wbm2m.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/wbm2m.cpp b/utils/wbm2m.cpp index 1f8dffa..4a126a8 100644 --- a/utils/wbm2m.cpp +++ b/utils/wbm2m.cpp @@ -4,6 +4,7 @@ #include <algorithm> #include <fstream> #include <map> +#include <system_error> #include <kms++/kms++.h> #include <kms++util/kms++util.h> |