Include guards for Functional

This commit is contained in:
Jørgen Kvalsvik
2016-03-07 09:03:52 +01:00
parent 99266809b7
commit d67a44b19d

View File

@@ -16,6 +16,10 @@
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OPM_FUNCTIONAL_HPP
#define OPM_FUNCTIONAL_HPP
#include <algorithm>
#include <iterator>
#include <vector>
@@ -231,3 +235,5 @@ namespace fun {
}
}
#endif //OPM_FUNCTIONAL_HPP