diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-28 20:28:40 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-28 20:28:40 +0200 |
| commit | 485e5ebf340857db07b1c8ecb5c63dcf3a908377 (patch) | |
| tree | ceca7fd0e20e20b4452c2ecc67563546a1e23730 /src/ai_service.cpp | |
| parent | a2299b0bae21c8f05f091732a78fc250cbd5e016 (diff) | |
move string function out of openAI.cpp into strops.cpp
Diffstat (limited to 'src/ai_service.cpp')
| -rw-r--r-- | src/ai_service.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai_service.cpp b/src/ai_service.cpp index e271fcb..82d81d6 100644 --- a/src/ai_service.cpp +++ b/src/ai_service.cpp @@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define _CRT_SECURE_NO_WARNINGS + #include <fstream> #include <iostream> #include <string> |
