Fix building Blender with some versions of gcc.

Seems like quadriflow was missing a header, which somehow made the build
fails on Suse Tumbleweed (gcc 13).
This commit is contained in:
Bastien Montagne 2023-03-27 18:29:39 +02:00
parent 1af3c16962
commit fea567651b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "loader.hpp"
#include <cstdint>
#include <fstream>
#include <unordered_map>