Skip to content

Commit

Permalink
Merge pull request #9724 from luotao1/fix_compile_bug
Browse files Browse the repository at this point in the history
fix compiler error on `tensor_py.h`
  • Loading branch information
luotao1 authored Apr 8, 2018
2 parents 572148b + 50e036a commit 65694db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/fluid/pybind/tensor_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License. */

#pragma once
#include <Python.h>
#include <string>
#include <tuple>
#include <vector>
Expand Down

0 comments on commit 65694db

Please sign in to comment.