commit 04291493e78708a1247fa4f11483c30c665657d2 parent f3ccde7a1ee618b2b4fb325e41dea382937030de Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Mon, 1 Apr 2024 17:18:07 -0300 Include `cstdlib` because of `EXIT_FAILURE` macro Diffstat:
| M | guias/2/ej12.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/guias/2/ej12.cpp b/guias/2/ej12.cpp @@ -1,4 +1,5 @@ #include <iostream> +#include <cstdlib> #include <csignal> #include <termios.h> #include <string>
