diff options
Diffstat (limited to 'src/client/linux')
-rw-r--r-- | src/client/linux/sender/google_crash_report_sender.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/linux/sender/google_crash_report_sender.cc b/src/client/linux/sender/google_crash_report_sender.cc index ec6c06e8..f83a0e89 100644 --- a/src/client/linux/sender/google_crash_report_sender.cc +++ b/src/client/linux/sender/google_crash_report_sender.cc @@ -28,9 +28,10 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common/linux/google_crashdump_uploader.h" -#include "third_party/linux/include/gflags/gflags.h" #include <string> #include <iostream> +#include <gflags/gflags.h> +#include <glog/logging.h> #include "common/using_std_string.h" |