Mercurial > hg > svgui
comparison view/View.cpp @ 545:be5c35d3f409
* solaris build fixes
author | Chris Cannam |
---|---|
date | Thu, 10 Sep 2009 18:44:45 +0000 |
parents | 86559bf8219e |
children | 265898470c53 |
comparison
equal
deleted
inserted
replaced
544:1dd2cddc32eb | 545:be5c35d3f409 |
---|---|
35 #include <QFont> | 35 #include <QFont> |
36 | 36 |
37 #include <iostream> | 37 #include <iostream> |
38 #include <cassert> | 38 #include <cassert> |
39 #include <cmath> | 39 #include <cmath> |
40 | |
41 #include <unistd.h> | |
40 | 42 |
41 //#define DEBUG_VIEW_WIDGET_PAINT 1 | 43 //#define DEBUG_VIEW_WIDGET_PAINT 1 |
42 | 44 |
43 using std::cerr; | 45 using std::cerr; |
44 using std::endl; | 46 using std::endl; |