[Bf-blender-cvs] [1f6fa2650a8] usd-importer-T81257-merge: USD IO: fixed warnings.

makowalski noreply at git.blender.org
Mon Apr 19 18:17:13 CEST 2021


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>



More information about the Bf-blender-cvs mailing list