diff options
author | xsmile | 2024-12-27 00:19:33 +0100 |
---|---|---|
committer | xsmile | 2024-12-27 00:19:33 +0100 |
commit | ae4c2c8c53e2c0cc0bc2a6f94da8e8a31a4f98d1 (patch) | |
tree | 3098f0fb99feed2b030e6454892ef464aa8a4693 /command_pyroscope.cc | |
parent | f62924f9d61501ff3de1a11e2575699113356e80 (diff) | |
download | aur-ae4c2c8c53e2c0cc0bc2a6f94da8e8a31a4f98d1.tar.gz |
update to 0.15.0; replace xmlrpc with tinyxml2
Diffstat (limited to 'command_pyroscope.cc')
-rw-r--r-- | command_pyroscope.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/command_pyroscope.cc b/command_pyroscope.cc index 793db3ebf28a..83543ef32b7a 100644 --- a/command_pyroscope.cc +++ b/command_pyroscope.cc @@ -29,7 +29,10 @@ #include <rak/path.h> #include <rak/algorithm.h> #include <rak/functional.h> +#if RT_HEX_VERSION <= 0x000A00 +// this is removed in 0.15.0 mainline #include <rak/functional_fun.h> +#endif #include "core/download.h" #include "core/manager.h" |