X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/242fde5e8077f8193db4df5f262a9672085c8d8a..bae076147bfc88ce8607f15761149f42d0443585:/src/surf/vm_hl13.hpp diff --git a/src/surf/vm_hl13.hpp b/src/surf/vm_hl13.hpp index 80a6fe6bd1..311c0f8266 100644 --- a/src/surf/vm_hl13.hpp +++ b/src/surf/vm_hl13.hpp @@ -1,9 +1,11 @@ -/* 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 "xbt/base.h" + #include "host_clm03.hpp" #include "vm_interface.hpp" @@ -17,8 +19,8 @@ * Classes * ***********/ -class VMHL13Model; -class VMHL13; +class XBT_PRIVATE VMHL13Model; +class XBT_PRIVATE VMHL13; /********* * Model *