Fixed: Missing "stdpch.h" include
This commit is contained in:
parent
6994f7374e
commit
08c853b9dc
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue