Commit: 1f6fa2650a8bfff1fb929be82d4e1ff5aa76df7c Author: makowalski Date: Mon Apr 19 11:19:41 2021 -0400 Branches: usd-importer-T81257-merge https://developer.blender.org/rB1f6fa2650a8bfff1fb929be82d4e1ff5aa76df7c
USD IO: fixed warnings. =================================================================== M source/blender/io/usd/intern/usd_common.cc =================================================================== diff --git a/source/blender/io/usd/intern/usd_common.cc b/source/blender/io/usd/intern/usd_common.cc index 7caaedec85e..9bc5aae17ac 100644 --- a/source/blender/io/usd/intern/usd_common.cc +++ b/source/blender/io/usd/intern/usd_common.cc @@ -16,7 +16,8 @@ * The Original Code is Copyright (C) 2019 Blender Foundation. * All rights reserved. */ -#pragma once + +#include "usd_common.h" #include <pxr/base/plug/registry.h> _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
