diff --git a/src/writer/glsl/version.h b/src/writer/glsl/version.h index 14126e7a51..8bc0df9ea3 100644 --- a/src/writer/glsl/version.h +++ b/src/writer/glsl/version.h @@ -15,6 +15,8 @@ #ifndef SRC_WRITER_GLSL_VERSION_H_ #define SRC_WRITER_GLSL_VERSION_H_ +#include + namespace tint::writer::glsl { /// A structure representing the version of GLSL to be generated.