fixup! Simplify wildcard_complete prototype

Fix broken build under clang 8.0 under Linux.
This commit is contained in:
Mahmoud Al-Qudsi 2018-10-16 20:38:41 -05:00
parent 202bf0bede
commit 259135b211

View File

@ -7,6 +7,7 @@
#include <stdint.h>
#include <functional>
#include <vector>
#include "common.h"