DtMmdb: prepare for building dtinfoge.

This commit is contained in:
Liang Chang
2021-12-10 07:12:02 +08:00
parent 3697a3696b
commit ff439cb2f4
38 changed files with 150 additions and 78 deletions

View File

@@ -24,7 +24,7 @@
#ifndef _Stack_hh
#define _Stack_hh
#include "Exceptions.hh"
#include "dti_excs/Exceptions.hh"
#include "CC_Slist.h"
template <class T> class Stack: public Destructable