Commit f8ab4c790fd222e6d78c53a0243325d3a52ad370

Authored by Perry Werneck
1 parent 737c93c2
Exists in master

Fixing sle-12 build errors.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/include/py3270.h
... ... @@ -75,6 +75,7 @@
75 75 #include <functional>
76 76 #include <exception>
77 77 #include <stdexcept>
  78 + #include <system_error>
78 79 #include <vector>
79 80 #include <lib3270/ipc.h>
80 81 #include <lib3270/ipc/action.h>
... ...