From 6524a33ffc883ee325c663ac2cccb28fa7505832 Mon Sep 17 00:00:00 2001 From: Gabriel Handford Date: Thu, 20 Oct 2016 13:01:14 -0700 Subject: [PATCH] Include callback header --- atom/common/platform_util_linux.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/atom/common/platform_util_linux.cc b/atom/common/platform_util_linux.cc index fd83217959..2a8fb9e7a7 100644 --- a/atom/common/platform_util_linux.cc +++ b/atom/common/platform_util_linux.cc @@ -6,6 +6,7 @@ #include +#include "base/callback_forward.h" #include "base/files/file_util.h" #include "base/process/kill.h" #include "base/process/launch.h"