aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2018-07-06 01:38:18 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-06 01:39:47 -0700
commitab1f269017171223932e0da9bb539e8a17dd99ed (patch)
treec4679b9633c02c2f1fa974c39365445768f233ae
parentcb0fb033bad2a73e0457f206afb87e195be93df2 (diff)
blaze_util_freebsd.cc: include path.h explicitly
...as this file uses blaze_util::JoinPath. Apparently, until recently, that header file was pulled in indirectly, so that this wasn't detected until now. Nevertheless, the header files for functions used directly should also be included explicitly anyway. Change-Id: Id181480c6ec7fd146ce8b7b00980319f13c3f518 PiperOrigin-RevId: 203445044
-rw-r--r--src/main/cpp/blaze_util_freebsd.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/cpp/blaze_util_freebsd.cc b/src/main/cpp/blaze_util_freebsd.cc
index 0d196827d8..7cca0a0973 100644
--- a/src/main/cpp/blaze_util_freebsd.cc
+++ b/src/main/cpp/blaze_util_freebsd.cc
@@ -33,6 +33,7 @@
#include "src/main/cpp/util/exit_code.h"
#include "src/main/cpp/util/file.h"
#include "src/main/cpp/util/logging.h"
+#include "src/main/cpp/util/path.h"
#include "src/main/cpp/util/port.h"
#include "src/main/cpp/util/strings.h"