comparison OrthancCppClient/ArrayFilledByThreads.cpp @ 3:d5027f9f676a

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 15:12:22 +0200
parents fd402e53d263
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 "../PrecompiledHeaders.h"
34 #include "ArrayFilledByThreads.h" 33 #include "ArrayFilledByThreads.h"
35 34
36 #include "../MultiThreading/ThreadedCommandProcessor.h" 35 #include "ThreadedCommandProcessor.h"
37 #include "../OrthancException.h" 36 #include "../Orthanc/Core/OrthancException.h"
38 37
39 namespace Orthanc 38 namespace Orthanc
40 { 39 {
41 class ArrayFilledByThreads::Command : public ICommand 40 class ArrayFilledByThreads::Command : public ICommand
42 { 41 {