Attempt to fix windows build
This commit is contained in:
parent
cfec8bdd61
commit
c0600e509a
|
@ -18,8 +18,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "fdbservice/ServiceBase.h"
|
||||
#include "fdbservice/ThreadPool.h"
|
||||
#include "ServiceBase.h"
|
||||
#include "ThreadPool.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
\***************************************************************************/
|
||||
|
||||
#pragma region Includes
|
||||
#include "fdbservice/ServiceBase.h"
|
||||
#include "ServiceBase.h"
|
||||
#include <assert.h>
|
||||
#include <strsafe.h>
|
||||
#pragma endregion
|
||||
|
|
Loading…
Reference in New Issue