src/language/stats/chart-category.h: Add #include directive
authorjdarrington <john@darrington.wattle.id.au>
Sun, 9 Aug 2020 14:21:33 +0000 (16:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 16 Aug 2020 07:14:40 +0000 (09:14 +0200)
src/language/stats/chart-category.h

index e702f94cb6e8970d91ba995ecc6d9c5f434c8aea..87c84249e75c426f18e6ac5385ededf51f3d6bb2 100644 (file)
@@ -19,6 +19,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef BARCHART_DEF_H
 #define BARCHART_DEF_H 1
 
+#include <stdbool.h>
+
 struct ag_func
 {
   const char *name;