From c5960f3143870ec1fbb1dd7280238b324c49c694 Mon Sep 17 00:00:00 2001 From: avi Date: Tue, 22 Dec 2015 14:49:48 -0800 Subject: Switch to standard integer types in remoting/host/. BUG=138542 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/1547473005 Cr-Commit-Position: refs/heads/master@{#366676} --- remoting/host/username.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/host/username.cc') diff --git a/remoting/host/username.cc b/remoting/host/username.cc index cf27419..712a155 100644 --- a/remoting/host/username.cc +++ b/remoting/host/username.cc @@ -7,6 +7,7 @@ #include #include "base/logging.h" +#include "build/build_config.h" #if defined(OS_POSIX) #include -- cgit v1.1