diff options
| author | Karroffel | 2017-08-02 02:46:45 +0200 |
|---|---|---|
| committer | Karroffel | 2017-08-02 03:50:33 +0200 |
| commit | 880048377de06c7e34cbfadd68bad2eb3ca17b3d (patch) | |
| tree | 18d43448cb6ac749b64502d345039a85ded8696c /modules/gdnative/godot/string.cpp | |
| parent | 3a3915b72628dc12e4b79157861ec2ea910c1f31 (diff) | |
| download | godot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.tar.gz godot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.tar.zst godot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.zip | |
Diffstat (limited to 'modules/gdnative/godot/string.cpp')
| -rw-r--r-- | modules/gdnative/godot/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/string.cpp b/modules/gdnative/godot/string.cpp index e54ef3655..3573f266a 100644 --- a/modules/gdnative/godot/string.cpp +++ b/modules/gdnative/godot/string.cpp @@ -27,7 +27,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "string.h" +#include <godot/string.h> #include "string_db.h" #include "ustring.h" |
