aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.hpp
diff options
context:
space:
mode:
authorzhuxinlang <38142702+zhuxinlang@users.noreply.github.com>2022-07-03 16:03:16 -0400
committerCameron Katri <me@cameronkatri.com>2022-07-03 16:03:16 -0400
commit1adec13f09b0b0310bcb741853fbe9a73b078b22 (patch)
treea6db58e4d2448b3b069731ac103a598b7216d654 /ldid.hpp
parent51e674a2579adcdb43fa949d5d094fceef9c2037 (diff)
downloadldid-1adec13f09b0b0310bcb741853fbe9a73b078b22.tar.gz
ldid-1adec13f09b0b0310bcb741853fbe9a73b078b22.tar.zst
ldid-1adec13f09b0b0310bcb741853fbe9a73b078b22.zip
Add proper hash agility required for 15.1+
Fixes 294b81953c0801212a7f0927133e3c43ca231ab3
Diffstat (limited to 'ldid.hpp')
-rw-r--r--ldid.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldid.hpp b/ldid.hpp
index 7f2f328..1e46f56 100644
--- a/ldid.hpp
+++ b/ldid.hpp
@@ -1,6 +1,8 @@
#ifndef LDID_HPP
#define LDID_HPP
+/* SPDX-License-Identifier: AGPL-3.0-only */
+
#include <cstdlib>
#include <map>
#include <set>