diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/std_string_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/std_string_utils.h b/utils/std_string_utils.h index 142fb35a0c..e6ce318838 100644 --- a/utils/std_string_utils.h +++ b/utils/std_string_utils.h @@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <windows.h>
#include <time.h>
-#include <m_system_cpp.h>
+#include <m_system.h>
// C++ bool type
#define UTILS_CONV_BOOLEAN 0x0001 // true | false
|