diff options
author | Damjan Jovanovic <damjan@apache.org> | 2017-01-07 01:41:49 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2017-01-07 01:41:49 +0000 |
commit | c3ee123d8178094e7e4e737918f9e2c611e89f77 (patch) | |
tree | 37288c8fc4c721b05c012642442ed8832b81de56 /ucb | |
parent | ec8d983f1b8a14028102c54646bdefb9d35a6c06 (diff) |
Add a missing precompiled header include.
Patch by: me
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx b/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx index d2419c5e65f8..281bc5da4408 100644 --- a/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx +++ b/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx @@ -19,6 +19,9 @@ * *************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_webdav.hxx" + #include "SerfRequestProcessorImpl.hxx" #include "webdavuseragent.hxx" |