Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions application/third_party/fbx/src/fbxdocument.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef FBXDOCUMENT_H
#define FBXDOCUMENT_H

#include <cstdint>
#include "fbxnode.h"

namespace fbx {
Expand Down
1 change: 1 addition & 0 deletions application/third_party/fbx/src/fbxnode.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef FBXNODE_H
#define FBXNODE_H

#include <cstdint>
#include "fbxproperty.h"

namespace fbx {
Expand Down
1 change: 1 addition & 0 deletions application/third_party/fbx/src/fbxproperty.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef FBXPROPERTY_H
#define FBXPROPERTY_H

#include <cstdint>
#include <memory>
#include <iostream>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions dust3d/base/ds3_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#ifndef DUST3D_BASE_DS3_FILE_H_
#define DUST3D_BASE_DS3_FILE_H_

#include <cstdint>
#include <map>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions dust3d/mesh/solid_mesh_boolean_operation.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <dust3d/base/position_key.h>
#include <dust3d/base/vector3.h>
#include <dust3d/mesh/solid_mesh.h>
#include <cstdint>
#include <map>
#include <unordered_map>
#include <unordered_set>
Expand Down