diff options
Diffstat (limited to 'src/DrawUtil.cc')
-rw-r--r-- | src/DrawUtil.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DrawUtil.cc b/src/DrawUtil.cc index c9527de..0445295 100644 --- a/src/DrawUtil.cc +++ b/src/DrawUtil.cc | |||
@@ -18,6 +18,7 @@ | |||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | // $Id: DrawUtil.cc,v 1.2 2002/01/06 13:46:43 fluxgen Exp $ | ||
21 | 22 | ||
22 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
23 | # include "config.h" | 24 | # include "config.h" |
@@ -27,6 +28,9 @@ | |||
27 | #include "StringUtil.hh" | 28 | #include "StringUtil.hh" |
28 | #include "i18n.hh" | 29 | #include "i18n.hh" |
29 | 30 | ||
31 | #include <stdlib.h> | ||
32 | #include <assert.h> | ||
33 | #include <stdio.h> | ||
30 | #include <iostream> | 34 | #include <iostream> |
31 | #include <X11/Xutil.h> | 35 | #include <X11/Xutil.h> |
32 | 36 | ||