From a878376507492ca2c3a57d07757ee21acbf01d95 Mon Sep 17 00:00:00 2001 From: sauron Date: Sun, 17 Aug 2025 15:44:23 +0900 Subject: [PATCH] commit 2025-08-17 15:25 edit ZCppMain/ZtCSortObjList.H : add 'include ZCppMain/ZtCArray.H and ZCppMain/ZtCArray.H --- ZCppMain/ZtCSortObjList.H | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ZCppMain/ZtCSortObjList.H b/ZCppMain/ZtCSortObjList.H index c99f85b..3b4744f 100644 --- a/ZCppMain/ZtCSortObjList.H +++ b/ZCppMain/ZtCSortObjList.H @@ -14,10 +14,15 @@ -- 2025-08-17 14:37:00 + 현재는 ZtCArray.H 와 ZtCObjList.H 를 include 한다. + + -- 2025-08-17 15:42:00 + ////////////////////////////////////////////////////*/ -#include "ZCppMain/ZMainHead.H" +#include "ZCppMain/ZtCArray.H" +#include "ZCppMain/ZtCObjList.H" namespace ZNsMain @@ -668,10 +673,8 @@ namespace ZNsMain static int Main(int AI_ArgCnt=0, const char* APP_ArgVal[]=0) { - - using namespace std; - - typedef ZNsMain::ZtCObjList CObjList ; + using namespace std; typedef ZNsMain:: + ZtCObjList CObjList ; CObjList VO_CIntList; //////////////////////////