From ecdf859b6ce481abfd530425dcf6f0f764bd0001 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 28 Dec 2021 03:01:00 +0000 Subject: CTAN sync 202112280300 --- graphics/asymptote/pair.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'graphics/asymptote/pair.h') diff --git a/graphics/asymptote/pair.h b/graphics/asymptote/pair.h index b37b778ecb..d9003839ab 100644 --- a/graphics/asymptote/pair.h +++ b/graphics/asymptote/pair.h @@ -21,6 +21,7 @@ #include "common.h" #include "angle.h" +#include "xstream.h" namespace camp { @@ -231,6 +232,14 @@ public: return out; } +#ifdef HAVE_RPC_RPC_H + friend xdr::oxstream& operator << (xdr::oxstream& out, pair const& v) + { + out << v.x << v.y; + return out; + } +#endif + friend class box; }; -- cgit v1.2.3