mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
NNC sorter test: include config.h
This caused some issues on my machine and it is supposed to be done by any compile unit anyway.
This commit is contained in:
parent
3e8127cb54
commit
9a4dd6210a
@ -17,6 +17,8 @@
|
|||||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE NNCSortTest
|
#define BOOST_TEST_MODULE NNCSortTest
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
#include <ebos/nncsorter.hpp>
|
#include <ebos/nncsorter.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user