From b77d77050bdb32588bf0e0a5be7219b1be7560a9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 20 May 2019 22:34:21 +0200 Subject: [PATCH] g++ needs this include but not clang I'm really puzzled --- src/mc/compare.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mc/compare.cpp b/src/mc/compare.cpp index 845020a405..b6e259cd2d 100644 --- a/src/mc/compare.cpp +++ b/src/mc/compare.cpp @@ -6,6 +6,7 @@ /** \file compare.cpp Memory snapshooting and comparison */ #include "src/mc/mc_config.hpp" +#include "src/mc/mc_private.hpp" #include "src/mc/mc_smx.hpp" #include "src/mc/sosp/mc_snapshot.hpp" -- 2.20.1