forked from PointCloudLibrary/pcl
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attempt to fix outofcore windows linking issue
git-svn-id: svn+ssh://svn.pointclouds.org/pcl/trunk@6915 a9d63959-f2ad-4865-b262-bf0e56cfafb6
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ | |
#ifndef PCL_OUTOFCORE_OCTREE_NODE_METADATA_H_ | ||
#define PCL_OUTOFCORE_OCTREE_NODE_METADATA_H_ | ||
|
||
#include <pcl/pcl_macros.h> | ||
#include <pcl/outofcore/boost.h> | ||
#include <pcl/outofcore/cJSON.h> | ||
|
||
|
@@ -76,7 +77,7 @@ namespace pcl | |
* \ingroup outofcore | ||
* \author Stephen Fox ([email protected]) | ||
*/ | ||
class OutofcoreOctreeNodeMetadata | ||
class PCL_EXPORTS OutofcoreOctreeNodeMetadata | ||
{ | ||
public: | ||
/** \brief Empty constructor */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters