You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
451 B

  1. From 7b57dc698834937b6913887544c6416e7f39192d Mon Sep 17 00:00:00 2001
  2. From: Mihael Pranjic <mpranj@limun.org>
  3. Date: Mon, 26 Apr 2021 14:53:21 +0200
  4. Subject: [PATCH] kdb: add missing <limits> include
  5. ---
  6. src/tools/kdb/cmdline.cpp | 1 +
  7. 1 file changed, 1 insertion(+)
  8. --- a/src/tools/kdb/cmdline.cpp
  9. +++ b/src/tools/kdb/cmdline.cpp
  10. @@ -16,6 +16,7 @@
  11. #include <cstdio>
  12. #include <iostream>
  13. +#include <limits>
  14. #include <set>
  15. #include <vector>