Skip to content

Commit

Permalink
Test Suite - Update rpp_test_suite_common.h to fix build error (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-abishek committed Apr 26, 2023
1 parent f8d5f0e commit 1055d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utilities/test_suite/rpp_test_suite_common.h
Expand Up @@ -35,7 +35,6 @@ THE SOFTWARE.
#include <omp.h>
#include <fstream>
#include <turbojpeg.h>
#include <experimental/filesystem>

using namespace cv;
using namespace std;
Expand Down Expand Up @@ -643,4 +642,4 @@ inline void compare_output(T* output, string funcName, RpptDescPtr srcDescPtr, R
qaResults << status << std::endl;
qaResults.close();
}
}
}

0 comments on commit 1055d8c

Please sign in to comment.