Skip to content

Commit 8d9f675

Browse files
author
gaoyuan
committed
Add header files
1 parent 9f990d9 commit 8d9f675

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

paddle/gserver/tests/test_PriorBox.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ 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. */
1414

15+
#include <gtest/gtest.h>
1516
#include <string>
1617
#include <vector>
18+
#include "ModelConfig.pb.h"
19+
#include "paddle/gserver/layers/DataLayer.h"
20+
#include "paddle/math/MathUtils.h"
21+
#include "paddle/trainer/Trainer.h"
22+
#include "paddle/utils/GlobalConstants.h"
1723

1824
#include "LayerGradUtil.h"
1925
#include "TestUtil.h"

0 commit comments

Comments
 (0)