Skip to content

Commit 55ffcea

Browse files
authored
Fix cpplint errors paddle/fluid/platform/place.* (#9711)
1 parent 8099626 commit 55ffcea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paddle/fluid/platform/place.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ distributed under the License is distributed on an "AS IS" BASIS,
1111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
1313
limitations under the License. */
14-
1514
#pragma once
1615

1716
#include <iostream>
17+
#include <vector>
18+
1819
#include "paddle/fluid/platform/enforce.h"
1920
#include "paddle/fluid/platform/variant.h"
2021

0 commit comments

Comments
 (0)