mirror of https://github.com/KLayout/klayout.git
Trying to fix more Windows build issues
This commit is contained in:
parent
6027510c19
commit
3313f5588e
|
|
@ -55,6 +55,15 @@ namespace {
|
|||
|
||||
}
|
||||
|
||||
namespace db
|
||||
{
|
||||
|
||||
// instantiations
|
||||
template class point<Coord>;
|
||||
template class point<DCoord>;
|
||||
|
||||
}
|
||||
|
||||
namespace tl
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -55,6 +55,15 @@ namespace {
|
|||
|
||||
}
|
||||
|
||||
namespace db
|
||||
{
|
||||
|
||||
// instantiations
|
||||
template class vector<Coord>;
|
||||
template class vector<DCoord>;
|
||||
|
||||
}
|
||||
|
||||
namespace tl
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue