Skip to content

Commit 40ac106

Browse files
committed
Enabling rich display for xeus-cpp-lite
1 parent 2be98b4 commit 40ac106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xtensor/io/xio.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,6 @@ namespace xt
827827

828828
// Backward compatibility: include xmime.hpp in xio.hpp by default.
829829

830-
#ifdef __CLING__
830+
#if defined(__CLING__) || defined(__CLANG_REPL__)
831831
#include "xmime.hpp"
832832
#endif

0 commit comments

Comments
 (0)