Fix getopt include for Windows build of capture

This commit is contained in:
kubouch
2020-07-11 15:10:47 +03:00
parent d04de344fe
commit 1f6d18efcd
3 changed files with 13 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
#include "../../server/TracyMemory.hpp"
#include "../../server/TracyPrint.hpp"
#include "../../server/TracyWorker.hpp"
#include "getopt.h"
#include "../../getopt/getopt.h"
bool disconnect = false;