Skip to content

Commit e40f8f0

Browse files
q10facebook-github-bot
authored andcommitted
Fix header inclusions in c10 (facebookresearch#44)
Summary: X-link: fairinternal/pytorch3d#44 X-link: pytorch/pytorch#101623 - Break up D45769819 to fix fix header inclusions in c10, pt. 1 Differential Revision: D45920611 fbshipit-source-id: 6e3ed38c094e721ae24deebd13739833be447897
1 parent b046259 commit e40f8f0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pytorch3d/csrc/pulsar/include/renderer.backward.device.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef PULSAR_NATIVE_RENDERER_BACKWARD_DEVICE_H_
1010
#define PULSAR_NATIVE_RENDERER_BACKWARD_DEVICE_H_
1111

12+
#include <glog/logging.h>
1213
#include "./camera.device.h"
1314
#include "./math.h"
1415
#include "./renderer.h"

pytorch3d/csrc/pulsar/include/renderer.backward_dbg.device.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef PULSAR_NATIVE_RENDERER_BACKWARD_DBG_DEVICE_H_
1010
#define PULSAR_NATIVE_RENDERER_BACKWARD_DBG_DEVICE_H_
1111

12+
#include <glog/logging.h>
1213
#include "./camera.device.h"
1314
#include "./math.h"
1415
#include "./renderer.h"

pytorch3d/csrc/pulsar/include/renderer.forward.device.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef PULSAR_NATIVE_INCLUDE_RENDERER_FORWARD_DEVICE_H_
1010
#define PULSAR_NATIVE_INCLUDE_RENDERER_FORWARD_DEVICE_H_
1111

12+
#include <glog/logging.h>
1213
#include "../global.h"
1314
#include "./camera.device.h"
1415
#include "./commands.h"

0 commit comments

Comments
 (0)