Skip to content

Commit

Permalink
fixed compiling bug in Management.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JetteReeg committed Oct 24, 2024
1 parent 3c63422 commit 70ec1f6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Management.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,9 @@
#ifndef ManagementH
#define ManagementH

//#if LINUX_CLUSTER
//#include <string.h>
//#else
#include <string>
//#endif
#include <fstream>
#include <iostream>
//#include <io.h>
#include <iomanip>
#include <stdlib.h>
#include <vector>
Expand All @@ -66,12 +61,8 @@ using namespace std;
#if RS_RCPP
typedef intptr_t intptr;
#else
#if RSWIN64
typedef unsigned long long intptr;
#else
typedef unsigned int intptr;
#endif
#endif
#endif // RS_RCPP



Expand Down

0 comments on commit 70ec1f6

Please sign in to comment.