commit | 58899fd98e864b2d76d3610212b2b19be318ca87 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Mar 24 11:03:11 2019 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Mar 24 16:13:36 2019 -0700 |
tree | 8d6a17c1e4ce966a1c620afa4ffed5ddb4b47059 | |
parent | a67b697eebaf2a9bf0c0bd9131dfe2895b36a469 [diff] [blame] |
Convert things from AOS logging to glog This is necessary so ceres (which includes glog) can be included in more places. Change-Id: Ie0a54dc6a9e21e0c2f11899d08c87d08c5c0e028
diff --git a/aos/util/file.cc b/aos/util/file.cc index dc31ddd..f952955 100644 --- a/aos/util/file.cc +++ b/aos/util/file.cc
@@ -3,6 +3,7 @@ #include <fcntl.h> #include <unistd.h> +#include "aos/logging/logging.h" #include "aos/scoped/scoped_fd.h" namespace aos {