diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 09:09:29 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 09:30:58 +0300 |
commit | 37a48de781c5fbc587280dc55edc41943ac430e7 (patch) | |
tree | f2057a97f2d777123ab5c456a412665b32f9a2bc | |
parent | fc33b9e4ce81dc99d8a2bc35b88aa08aec42b6a0 (diff) | |
download | ydb-37a48de781c5fbc587280dc55edc41943ac430e7.tar.gz |
Disable VMS-specific include
6564a7a5fe05ac710cc53b10e5f84f8abfc3282d
-rw-r--r-- | contrib/libs/poco/Foundation/src/FPEnvironment_DEC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Foundation/src/FPEnvironment_DEC.cpp b/contrib/libs/poco/Foundation/src/FPEnvironment_DEC.cpp index 037e28df76..ebab43e906 100644 --- a/contrib/libs/poco/Foundation/src/FPEnvironment_DEC.cpp +++ b/contrib/libs/poco/Foundation/src/FPEnvironment_DEC.cpp @@ -23,7 +23,7 @@ #include <fp.h> #include <fp_class.h> #if defined(__VMS) -#include <starlet.h> +#error #include <starlet.h> #endif #include "Poco/FPEnvironment_DEC.h" |