diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-04 18:53:32 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-04 18:53:32 +0000 |
commit | 15d335d084e19b6c72bd430f6b00c1aed58f82e6 (patch) | |
tree | 00c002500fe31748d5d4b9481f78530dfd6ac2d8 /TAO/examples/POA/DSI | |
parent | 85e68305e35f5ce82c844a2b7376383c90234761 (diff) | |
download | ATCD-15d335d084e19b6c72bd430f6b00c1aed58f82e6.tar.gz |
ChangeLogTag: Wed Oct 4 13:45:48 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/POA/DSI')
-rw-r--r-- | TAO/examples/POA/DSI/Database_i.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/examples/POA/DSI/Database_i.cpp b/TAO/examples/POA/DSI/Database_i.cpp index e737408df58..a4d3098e332 100644 --- a/TAO/examples/POA/DSI/Database_i.cpp +++ b/TAO/examples/POA/DSI/Database_i.cpp @@ -1,6 +1,7 @@ // $Id$ #include "Database_i.h" +#include "tao/Server_Request.h" ACE_RCSID(DSI, Database_i, "$Id$") |