Mercurial > hg > orthanc
comparison OrthancServer/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp @ 4050:cd363608551a framework
fix paths
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Jun 2020 11:44:48 +0200 |
parents | d25f4c0fa160 |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4049:47e9e788224c | 4050:cd363608551a |
---|---|
29 * You should have received a copy of the GNU General Public License | 29 * You should have received a copy of the GNU General Public License |
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 30 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
31 **/ | 31 **/ |
32 | 32 |
33 | 33 |
34 #include "PrecompiledHeadersServer.h" | 34 #include "../../../Sources/PrecompiledHeadersServer.h" |
35 #include "DatabaseWrapperBase.h" | 35 #include "DatabaseWrapperBase.h" |
36 | 36 |
37 #include <stdio.h> | 37 #include <stdio.h> |
38 #include <memory> | 38 #include <memory> |
39 | 39 |