Changed: Include PCH

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 17:03:15 +01:00
parent 0ecac0249c
commit 1d7b3f470c
3 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@
****************************************************************************/ ****************************************************************************/
#include "stdpch.h"
#include "nel/gui/libwww_types.h" #include "nel/gui/libwww_types.h"
#ifdef DEBUG_NEW #ifdef DEBUG_NEW

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdpch.h"
#include "nel/gui/root_group.h" #include "nel/gui/root_group.h"
#include <vector> #include <vector>

View file

@ -14,6 +14,7 @@
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdpch.h"
#include "nel/misc/common.h" #include "nel/misc/common.h"
#include "nel/gui/url_parser.h" #include "nel/gui/url_parser.h"