Skip to content

Commit 858f5a6

Browse files
committed
Correct include for Rf_onintr on Windows
1 parent cb288c9 commit 858f5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/Interrupt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef Rcpp_Interrupt_h
2323
#define Rcpp_Interrupt_h
2424

25-
#include <Rinterface.h>
25+
#include <R_ext/GraphicsEngine.h>
2626

2727
namespace Rcpp {
2828

0 commit comments

Comments
 (0)