X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/716316f298a4ca2fbbfaa38e138d9f03cd31d061..646748e03f0997e891f569963d0113e16bb63890:/src/surf/network_smpi.hpp diff --git a/src/surf/network_smpi.hpp b/src/surf/network_smpi.hpp index 6ae0b19c7f..ddbfd25ce2 100644 --- a/src/surf/network_smpi.hpp +++ b/src/surf/network_smpi.hpp @@ -1,16 +1,18 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. +/* Copyright (c) 2013-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include + #include "network_cm02.hpp" /*********** * Classes * ***********/ -class NetworkSmpiModel; +class XBT_PRIVATE NetworkSmpiModel; /********* * Tools *