Skip to content

Commit

Permalink
Avoid conflict with windows headers (abort).
Browse files Browse the repository at this point in the history
  • Loading branch information
kalibera authored and jwijffels committed Feb 19, 2024
1 parent e6c95e8 commit c20d9e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/compliance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

#pragma once

#ifdef _WIN32
#include <windows.h>
#endif

#include <Rcpp.h>
#include <stdlib.h>

Expand Down

0 comments on commit c20d9e0

Please sign in to comment.