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.
22 lines
569 B
22 lines
569 B
From 302e88dbf0f10224a5b87be4ce43b3fdd9d20184 Mon Sep 17 00:00:00 2001
|
|
From: Chris Robinson <chris.kcat@gmail.com>
|
|
Date: Tue, 16 Feb 2021 05:42:14 -0800
|
|
Subject: [PATCH] Add missing include
|
|
|
|
---
|
|
utils/makemhr/loadsofa.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/utils/makemhr/loadsofa.cpp b/utils/makemhr/loadsofa.cpp
|
|
index ec000d723..7d091be88 100644
|
|
--- a/utils/makemhr/loadsofa.cpp
|
|
+++ b/utils/makemhr/loadsofa.cpp
|
|
@@ -34,6 +34,7 @@
|
|
#include <memory>
|
|
#include <numeric>
|
|
#include <string>
|
|
+#include <thread>
|
|
#include <vector>
|
|
|
|
#include "makemhr.h"
|