mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
9 lines
225 B
Diff
9 lines
225 B
Diff
--- a/core/src/utils/networking.cpp 2021-10-18 00:38:02.000000000 +0200
|
|
+++ - 2024-01-30 11:57:02.773650573 +0100
|
|
@@ -1,5 +1,6 @@
|
|
#include <utils/networking.h>
|
|
#include <assert.h>
|
|
+#include <stdexcept>
|
|
|
|
namespace net {
|
|
|