Merge pull request #14515 from reyoung/feature/fix_macos_build

fix(Macos): fix compile on macos
panyx0718-patch-1
Yu Yang 7 years ago committed by GitHub
commit 6a128dea32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@
// limitations under the License.
#include "paddle/fluid/memory/allocation/best_fit_allocator.h"
#include <random>
#include <thread> // NOLINT
#include <vector>
#include "gtest/gtest.h"

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include <random>
#include <thread> // NOLINT
#include <vector>
#include "gtest/gtest.h"

Loading…
Cancel
Save