From 55ffceaadbd3ea27cfb832d360bb2fed57cd5032 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Sat, 7 Apr 2018 08:35:07 -0700 Subject: [PATCH] Fix cpplint errors paddle/fluid/platform/place.* (#9711) --- paddle/fluid/platform/place.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddle/fluid/platform/place.h b/paddle/fluid/platform/place.h index d0bdcb0da5..ad54a87899 100644 --- a/paddle/fluid/platform/place.h +++ b/paddle/fluid/platform/place.h @@ -11,10 +11,11 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ - #pragma once #include +#include + #include "paddle/fluid/platform/enforce.h" #include "paddle/fluid/platform/variant.h" -- GitLab