Fixed includes
This commit is contained in:
parent
fcd0ec2578
commit
02e6d0ecab
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
// $Id: DrawUtil.cc,v 1.2 2002/01/06 13:46:43 fluxgen Exp $
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
|
@ -27,6 +28,9 @@
|
|||
#include "StringUtil.hh"
|
||||
#include "i18n.hh"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <iostream>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue