Fixed: Missing "stdpch.h" include

This commit is contained in:
kervala 2012-01-02 15:53:21 +01:00
parent 7f02da9f06
commit c7602660fb

View file

@ -14,6 +14,7 @@
// 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/>.
#include "stdpch.h"
#include "app_bundle_utils.h"
#if defined(NL_OS_MAC)