tab: add missing cstring include

This commit is contained in:
Duncaen 2022-10-08 15:23:30 +02:00
parent 71a4735a47
commit 45d0bd57b1
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/deps.h
+++ b/deps.h
@@ -16,6 +16,7 @@
#include <utility>
#include <algorithm>
#include <random>
+#include <cstring>
#include <regex>