diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-11 09:48:00 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-11 09:48:00 (GMT) |
commit | cf2bd1fe4f39c2017b220440ce966077423f17f5 (patch) | |
tree | a9cef8a42102eaf487d38567873f140bc8105a9d /src/PolySetCache.cc | |
parent | 1f52da35ef1db3df87865283d201f811a11c5378 (diff) |
Linux build fixes
Diffstat (limited to 'src/PolySetCache.cc')
-rw-r--r-- | src/PolySetCache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PolySetCache.cc b/src/PolySetCache.cc index 89c511e..0a93642 100644 --- a/src/PolySetCache.cc +++ b/src/PolySetCache.cc @@ -1,6 +1,6 @@ #include "PolySetCache.h" #include "printutils.h" -#include "PolySet.h" +#include "polyset.h" PolySetCache *PolySetCache::inst = NULL; |