diff --git a/dune/solvers/solvers/proximalnewtonsolver.hh b/dune/solvers/solvers/proximalnewtonsolver.hh
new file mode 100644
index 0000000000000000000000000000000000000000..1662bc818e16ce8cb7e6a6de5074b14496cf5603
--- /dev/null
+++ b/dune/solvers/solvers/proximalnewtonsolver.hh
@@ -0,0 +1,8 @@
+#ifndef DUNE_SOLVERS_SOLVERS_PROXIMALNEWTONSOLVER_HH
+#define DUNE_SOLVERS_SOLVERS_PROXIMALNEWTONSOLVER_HH
+
+#warning This file is deprecated. Please include dune/solvers/solvers/proximalsolver.hh instead.
+
+#include "proximalsolver.hh"
+
+#endif