aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/output.h b/src/output.h
index acdd2612..7f5b077d 100644
--- a/src/output.h
+++ b/src/output.h
@@ -4,14 +4,15 @@
/**
Constants for various character classifications. Each character of a command string can be classified as one of the following types.
*/
-
#ifndef FISH_OUTPUT_H
#define FISH_OUTPUT_H
-#include <stddef.h>
#include <vector>
+#include <stddef.h>
+#include <stdbool.h>
+
#include "common.h"
-#include "fallback.h"
+#include "fallback.h" // IWYU pragma: keep
#include "color.h"
/**