From 992e446b78e821514d8f5f76ea05e71ee789aa87 Mon Sep 17 00:00:00 2001 From: Gabriel Ruschel <grc15@inf.ufpr.br> Date: Fri, 27 Nov 2015 23:15:06 -0200 Subject: [PATCH] Include da biblioteca stdbool --- Arquivos/Estruturas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Arquivos/Estruturas.h b/Arquivos/Estruturas.h index f77b55d..1691c17 100644 --- a/Arquivos/Estruturas.h +++ b/Arquivos/Estruturas.h @@ -2,5 +2,6 @@ #include <stdio.h> #include <time.h> #include <stdlib.h> +#include <stdbool.h> #define TAM 15 //tamanho do vetor #define NUMMAX 50 //constante que tem o máximo de valores -- GitLab