summaryrefslogtreecommitdiff
path: root/TAO/examples/Borland/pch.h
blob: b990b334ca887f535ba39ff6bc5ba7f7c8ed53ad (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$
#ifndef INCLUDE_PCH_H
#define INCLUDE_PCH_H

#include <vcl.h>
#include <tao/corba.h>
#include <cctype>
#include <dos.h>
#include <memory>

#endif