comparison OrthancCppClient/Patient.cpp @ 3:d5027f9f676a

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 15:12:22 +0200
parents ebc1e38ef615
children
comparison
equal deleted inserted replaced
2:8f22ed9d48d5 3:d5027f9f676a
28 * You should have received a copy of the GNU General Public License 28 * You should have received a copy of the GNU General Public License
29 * along with this program. If not, see <http://www.gnu.org/licenses/>. 29 * along with this program. If not, see <http://www.gnu.org/licenses/>.
30 **/ 30 **/
31 31
32 32
33 #include "../Core/PrecompiledHeaders.h"
34 #include "Patient.h" 33 #include "Patient.h"
35 34
36 #include "OrthancConnection.h" 35 #include "OrthancConnection.h"
37 36
38 namespace OrthancClient 37 namespace OrthancClient