diff options
Diffstat (limited to 'libbutl/prompt.mxx')
-rw-r--r-- | libbutl/prompt.mxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/prompt.mxx b/libbutl/prompt.mxx index 87bded2..e592d13 100644 --- a/libbutl/prompt.mxx +++ b/libbutl/prompt.mxx @@ -2,21 +2,21 @@ // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#ifndef __cpp_modules +#ifndef __cpp_modules_ts #pragma once #endif // C includes. -#ifndef __cpp_lib_modules +#ifndef __cpp_lib_modules_ts #include <string> #endif // Other includes. -#ifdef __cpp_modules +#ifdef __cpp_modules_ts export module butl.prompt; -#ifdef __cpp_lib_modules +#ifdef __cpp_lib_modules_ts import std.core; #endif #endif |