Attempt to fix windows build

This commit is contained in:
Andrew Noyes 2022-09-12 15:10:09 -07:00
parent cfec8bdd61
commit c0600e509a
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -17,7 +17,7 @@
\***************************************************************************/
#pragma region Includes
#include "fdbservice/ServiceBase.h"
#include "ServiceBase.h"
#include <assert.h>
#include <strsafe.h>
#pragma endregion