aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/comparator.hh
diff options
context:
space:
mode:
authorTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 16:53:21 +0200
committerTom Hubrecht <github@mail.hubrecht.ovh>2024-05-29 12:38:51 +0200
commita39ba22ff7112cd3984bbf28d8610d84dd525a0f (patch)
tree234f26a44798f318baf3b6a3c318390d30c50b0e /src/libutil/comparator.hh
parentf0eb650ee8a0eb5244c15fab3b152a1f70e1506e (diff)
util.hh: Delete remaining file and clean up headers
Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56
Diffstat (limited to 'src/libutil/comparator.hh')
-rw-r--r--src/libutil/comparator.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/comparator.hh b/src/libutil/comparator.hh
index cbc2bb4fd..136a3f742 100644
--- a/src/libutil/comparator.hh
+++ b/src/libutil/comparator.hh
@@ -1,6 +1,8 @@
#pragma once
///@file
+#include <tuple>
+
#define DECLARE_ONE_CMP(PRE, QUAL, COMPARATOR, MY_TYPE) \
PRE bool QUAL operator COMPARATOR(const MY_TYPE & other) const;
#define DECLARE_EQUAL(prefix, qualification, my_type) \