mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 02:54:23 +02:00
10 lines
161 B
Diff
10 lines
161 B
Diff
--- a/src/eval.cc
|
|
+++ b/src/eval.cc
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include "eval.h"
|
|
|
|
+#include <algorithm>
|
|
#include <ctype.h>
|
|
#include <errno.h>
|
|
#include <pthread.h>
|