aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-17 09:09:29 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-17 09:30:58 +0300
commit37a48de781c5fbc587280dc55edc41943ac430e7 (patch)
treef2057a97f2d777123ab5c456a412665b32f9a2bc
parentfc33b9e4ce81dc99d8a2bc35b88aa08aec42b6a0 (diff)
downloadydb-37a48de781c5fbc587280dc55edc41943ac430e7.tar.gz
Disable VMS-specific include
6564a7a5fe05ac710cc53b10e5f84f8abfc3282d
-rw-r--r--contrib/libs/poco/Foundation/src/FPEnvironment_DEC.cpp2
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"