Fix build error after make format cleanup

The include order should not matter here, but do quick fix for now to
unbreak the builds.
This commit is contained in:
Brecht Van Lommel
2023-09-27 01:07:49 +02:00
parent 8418e41bf7
commit 3d39abc5e6

View File

@@ -35,10 +35,13 @@
#include "intern/usd_exporter_context.h"
#include "intern/usd_writer_material.h"
#ifdef WITH_MATERIALX
# include "shader/materialx/material.h"
# include "shader/materialx/node_parser.h"
# include "shader/materialx/material.h"
#endif
namespace blender::io::hydra {
MaterialData::MaterialData(HydraSceneDelegate *scene_delegate,