diff options
Diffstat (limited to 'src/mesa/main/format_fallback.py')
-rw-r--r-- | src/mesa/main/format_fallback.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/format_fallback.py b/src/mesa/main/format_fallback.py index 2f02d0d82bb..4a2b85cecb3 100644 --- a/src/mesa/main/format_fallback.py +++ b/src/mesa/main/format_fallback.py @@ -87,6 +87,7 @@ def get_rgbx_to_rgba_map(formats): TEMPLATE = Template(COPYRIGHT + """ #include "formats.h" +#include "util/macros.h" /** * For an sRGB format, return the corresponding linear color space format. |