aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Json.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2025-03-21 17:33:23 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2025-03-21 17:33:23 +0100
commit78b15ea19d0902f064f475e30d76425c8b3635e6 (patch)
tree5c0954b6baec1599864f6eee54b51d6130c47a00 /lib/Json.cpp
parentae8179cd49ea626b4a9dd14868008c86dd1d1609 (diff)
downloaddabmod-78b15ea19d0902f064f475e30d76425c8b3635e6.tar.gz
dabmod-78b15ea19d0902f064f475e30d76425c8b3635e6.tar.bz2
dabmod-78b15ea19d0902f064f475e30d76425c8b3635e6.zip
Update Json.{h,cpp} includesnext
Diffstat (limited to 'lib/Json.cpp')
-rw-r--r--lib/Json.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Json.cpp b/lib/Json.cpp
index 361a149..ee33671 100644
--- a/lib/Json.cpp
+++ b/lib/Json.cpp
@@ -3,7 +3,7 @@
Her Majesty the Queen in Right of Canada (Communications Research
Center Canada)
- Copyright (C) 2023
+ Copyright (C) 2025
Matthias P. Braendli, matthias.braendli@mpb.li
http://www.opendigitalradio.org
@@ -27,7 +27,7 @@
#include <sstream>
#include <iomanip>
#include <string>
-#include <algorithm>
+#include <stdexcept>
#include "Json.h"