From f9371899a1a7643d5209498c562c6a61cea9c4c2 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 6 Feb 2017 10:51:27 -0800 Subject: [PATCH] Including missing atomic header in history.cpp --- src/history.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/history.cpp b/src/history.cpp index 36ff91e21..a1800ea25 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include