Skip to content

Commit

Permalink
COMP: fix for Windows shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit authored and cyrilmory committed Jun 12, 2018
1 parent 59647bc commit 33107fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/rtkCudaBackProjectionImageFilter.hcu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
#ifndef __rtkCudaBackProjectionImageFilter_hcu
#define __rtkCudaBackProjectionImageFilter_hcu

#include "rtkWin32Header.h"

void
RTK_EXPORT
CUDA_back_project(int projSize[3],
int volSize[3],
float *matrices,
Expand Down
3 changes: 3 additions & 0 deletions include/rtkCudaWeidingerForwardModelImageFilter.hcu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
#ifndef __rtkCudaWeidingerForwardModelImageFilter_hcu
#define __rtkCudaWeidingerForwardModelImageFilter_hcu

#include "rtkWin32Header.h"

void
RTK_EXPORT
CUDA_WeidingerForwardModel( int projectionSize[3],
float* materialAttenuations,
float* binnedDetectorResponse,
Expand Down

0 comments on commit 33107fb

Please sign in to comment.