mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
fix build.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// All-in-one TinyUSDZ core
|
||||
#include "tinyusdz.hh"
|
||||
#include "layer.hh"
|
||||
#include "prim-types.hh"
|
||||
|
||||
// Import to_string() and operator<< features
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
// All-in-one TinyUSDZ core
|
||||
#include "tinyusdz.hh"
|
||||
#include "layer.hh"
|
||||
#include "prim-types.hh"
|
||||
|
||||
// Import to_string() and operator<< features
|
||||
#include <iostream>
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#include <sstream>
|
||||
|
||||
#include "tinyusdz.hh"
|
||||
#include "layer.hh"
|
||||
#include "prim-types.hh"
|
||||
#include "pprinter.hh"
|
||||
#include "str-util.hh"
|
||||
#include "io-util.hh"
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
#include <vector>
|
||||
|
||||
#include "tinyusdz.hh"
|
||||
#include "layer.hh"
|
||||
#include "prim-types.hh"
|
||||
#include "tydra/diff-and-compare.hh"
|
||||
#include "io-util.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user