From: Matthias Maier Date: Thu, 24 Jul 2014 22:21:52 +0000 (+0200) Subject: Add missing includes to step-17 and step-18 X-Git-Tag: v8.2.0-rc1~252^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F26%2Fhead;p=dealii.git Add missing includes to step-17 and step-18 This commit fixes up a regression introduced with commit 06a70bad3cbbcbb6abc51e12f29e3b5dfffb928a that removed unnecessary includes of base/multithread_info.h. Both steps need them for multithread_info.n_threads() --- diff --git a/examples/step-17/step-17.cc b/examples/step-17/step-17.cc index 9f072eea35..2f28c944d1 100644 --- a/examples/step-17/step-17.cc +++ b/examples/step-17/step-17.cc @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/examples/step-18/step-18.cc b/examples/step-18/step-18.cc index ff5f5bb619..533f4daa9f 100644 --- a/examples/step-18/step-18.cc +++ b/examples/step-18/step-18.cc @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include