Skip to content

Commit

Permalink
fix ci build test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesqiao committed Apr 1, 2019
1 parent 9861a92 commit 4031c1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions paddle/fluid/operators/distributed/parameter_prefetch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <memory>
#include <set>
#include <string>
#include <unordered_map>
Expand Down
1 change: 1 addition & 0 deletions paddle/fluid/operators/distributed/parameter_recv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <memory>
#include <set>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions paddle/fluid/operators/distributed/parameter_send.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <memory>
#include <set>
#include <string>
#include <vector>
Expand Down

0 comments on commit 4031c1a

Please sign in to comment.