Skip to content
Snippets Groups Projects
Commit 03966d33 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[test.main] fixed includes

parent 92785ce8
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
// Copyright holders: Rene Milk, Felix Schindler // Copyright holders: Rene Milk, Felix Schindler
// License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) // License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
#include "config.h"
#include <string> #include <string>
#include <vector> #include <vector>
...@@ -27,7 +28,7 @@ ...@@ -27,7 +28,7 @@
#include <dune/stuff/common/logging.hh> #include <dune/stuff/common/logging.hh>
#include <dune/stuff/common/convergence-study.hh> #include <dune/stuff/common/convergence-study.hh>
#include "main_header.hh" #include "common.hh"
class DUNE_DEPRECATED_MSG("Use the expectation macros of the gtest test suite (20.08.2014)!") errors_are_not_as_expected class DUNE_DEPRECATED_MSG("Use the expectation macros of the gtest test suite (20.08.2014)!") errors_are_not_as_expected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment