summaryrefslogtreecommitdiff
path: root/src/u16.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/u16.hh')
-rw-r--r--src/u16.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/u16.hh b/src/u16.hh
index 6894a84..c23a366 100644
--- a/src/u16.hh
+++ b/src/u16.hh
@@ -1,12 +1,12 @@
#ifndef U16_HH
#define U16_HH
-#include <cstdint>
+#include <cstdint> // IWYU pragma: export
#include <expected>
#include <iterator>
#include <type_traits>
-#include "u.hh"
+#include "u.hh" // IWYU pragma: export
namespace u16 {