summaryrefslogtreecommitdiff
path: root/src/umod8.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/umod8.hh')
-rw-r--r--src/umod8.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/umod8.hh b/src/umod8.hh
index 8d4fdb2..14406c4 100644
--- a/src/umod8.hh
+++ b/src/umod8.hh
@@ -1,12 +1,12 @@
#ifndef UMOD8_HH
#define UMOD8_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 umod8 {