Skip to content

Commit

Permalink
add exports for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed May 31, 2015
1 parent a08ec2d commit 08d4fea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/input/InputLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
#include "activate/ActivationFunction.h"
#include "util/stringhelper.h"

#include "DeepCLDllExport.h"

class InputLayerMaker;

#define VIRTUAL virtual

class InputLayer : public Layer, IHasToString {
class DeepCL_EXPORT InputLayer : public Layer, IHasToString {
public:
int batchSize;
int allocatedSize;
Expand Down

0 comments on commit 08d4fea

Please sign in to comment.