Skip to content

Commit

Permalink
moved Rcpp include to top of include list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Wasey committed Sep 4, 2015
1 parent cadec19 commit 314b4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
// along with icd9. If not, see <http://www.gnu.org/licenses/>.

// [[Rcpp::interfaces(r, cpp)]]
#include <Rcpp.h>
#include <Rinternals.h>
#include <vector>
#include <string>
#include <Rcpp.h>
#ifdef _OPENMP
#include <omp.h>
#endif
Expand Down

0 comments on commit 314b4a4

Please sign in to comment.