Merge pull request #1905 from andlaus/include_config_h

NNC sorter test: include config.h
This commit is contained in:
Atgeirr Flø Rasmussen 2019-06-21 21:00:51 +02:00 committed by GitHub
commit 5029b83321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#define BOOST_TEST_MODULE NNCSortTest
#include <boost/test/unit_test.hpp>
#include <ebos/nncsorter.hpp>