Skip to content

Commit

Permalink
Fixed missing dependency (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC authored Nov 12, 2023
1 parent a03ca23 commit 9fa345f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cleo_sdk/CLEO.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
*/
#pragma once

#ifdef __cplusplus
#include <string>
#endif
#include <wtypes.h>

#define CLEO_VERSION_MAIN 5
Expand Down

0 comments on commit 9fa345f

Please sign in to comment.