diff options
author | joye <joye> | 2013-12-24 18:10:32 (GMT) |
---|---|---|
committer | joye <joye> | 2013-12-24 18:10:32 (GMT) |
commit | 04766ca5e9743201c304e54430f6c4baabbb510b (patch) | |
tree | 9e150faa0c985e2629d5f8a7512230bbd1efb218 | |
parent | 1ef36e9b9dfcba9f727362dd1bfd34e024cdc771 (diff) | |
download | blt-04766ca5e9743201c304e54430f6c4baabbb510b.zip blt-04766ca5e9743201c304e54430f6c4baabbb510b.tar.gz blt-04766ca5e9743201c304e54430f6c4baabbb510b.tar.bz2 |
*** empty log message ***
-rw-r--r-- | src/bltGrAxis.C | 2 | ||||
-rw-r--r-- | src/bltGrElemBar.C | 1 | ||||
-rw-r--r-- | src/bltGrElemLine.C | 2 | ||||
-rw-r--r-- | src/bltGrElemOp.C | 2 | ||||
-rw-r--r-- | src/bltGrLegd.C | 1 | ||||
-rw-r--r-- | src/bltGrMisc.C | 2 | ||||
-rw-r--r-- | src/bltGrPSOutput.C | 2 | ||||
-rw-r--r-- | src/bltGrPenOp.C | 2 | ||||
-rw-r--r-- | src/bltGrText.C | 2 | ||||
-rw-r--r-- | src/bltGraph.C | 2 |
10 files changed, 18 insertions, 0 deletions
diff --git a/src/bltGrAxis.C b/src/bltGrAxis.C index 8b43eda..d1c4aa4 100644 --- a/src/bltGrAxis.C +++ b/src/bltGrAxis.C @@ -32,6 +32,8 @@ */ #include <assert.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "bltInt.h" diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index 6648e00..58e7f68 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -31,6 +31,7 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "bltInt.h" diff --git a/src/bltGrElemLine.C b/src/bltGrElemLine.C index c3f3edc..d0a3f4d 100644 --- a/src/bltGrElemLine.C +++ b/src/bltGrElemLine.C @@ -33,6 +33,8 @@ */ #include <assert.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "bltInt.h" diff --git a/src/bltGrElemOp.C b/src/bltGrElemOp.C index 35bae1b..8ee36e8 100644 --- a/src/bltGrElemOp.C +++ b/src/bltGrElemOp.C @@ -33,6 +33,8 @@ #include <assert.h> #include <math.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "bltInt.h" diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C index 72bc807..27de71f 100644 --- a/src/bltGrLegd.C +++ b/src/bltGrLegd.C @@ -31,6 +31,7 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> diff --git a/src/bltGrMisc.C b/src/bltGrMisc.C index 79672e3..6c5f810 100644 --- a/src/bltGrMisc.C +++ b/src/bltGrMisc.C @@ -33,6 +33,8 @@ #include <assert.h> #include <stdarg.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "bltInt.h" diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index c3eafe7..c3eeb61 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -33,6 +33,8 @@ */ #include <stdarg.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> diff --git a/src/bltGrPenOp.C b/src/bltGrPenOp.C index 0757a7a..93675b9 100644 --- a/src/bltGrPenOp.C +++ b/src/bltGrPenOp.C @@ -32,6 +32,8 @@ */ #include <assert.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "bltInt.h" diff --git a/src/bltGrText.C b/src/bltGrText.C index 5d51675..0605fb7 100644 --- a/src/bltGrText.C +++ b/src/bltGrText.C @@ -32,6 +32,8 @@ */ #include <assert.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include <tk.h> diff --git a/src/bltGraph.C b/src/bltGraph.C index 14bf77b..aa10c87 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -47,6 +47,8 @@ */ #include <assert.h> + +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "bltInt.h" |