Skip to content

Commit

Permalink
fix: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Aug 16, 2024
1 parent 03b6872 commit 0af9b19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imgui-binding/src/main/native/jni_common.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <cstdlib>

#include "jni.h"
#include "imgui.h"

Expand Down

0 comments on commit 0af9b19

Please sign in to comment.