where should i put this in this ?
Index: src/map/status.c
===================================================================
--- src/map/status.c (revision 17251)
+++ src/map/status.c (working copy)
@@ -31,6 +31,7 @@
#include "mercenary.h"
#include "elemental.h"
#include "vending.h"
+#include "party.h"
#include <time.h>
#include <stdio.h>
@@ -9113,6 +9114,15 @@
in this status.cpp
#include "status.hpp"
#include <functional>
#include <math.h>
#include <stdlib.h>
#include <string>
#include <yaml-cpp/yaml.h>
#include "../common/cbasetypes.hpp"
#include "../common/ers.hpp"
#include "../common/malloc.hpp"
#include "../common/nullpo.hpp"
#include "../common/random.hpp"
#include "../common/showmsg.hpp"
#include "../common/strlib.hpp"
#include "../common/timer.hpp"
#include "../common/utilities.hpp"
#include "../common/utils.hpp"
#include "battle.hpp"
#include "battleground.hpp"
#include "clif.hpp"
#include "elemental.hpp"
#include "guild.hpp"
#include "homunculus.hpp"
#include "itemdb.hpp"
#include "map.hpp"
#include "mercenary.hpp"
#include "mob.hpp"
#include "npc.hpp"
#include "path.hpp"
#include "pc.hpp"
#include "pc_groups.hpp"
#include "pet.hpp"
#include "script.hpp"
using namespace rathena;
also notice that the stuff that needs to be put in there is h format not hpp
i just bought the file yesterday i dont quite understand
please help thx