Fix Windows asserts (#1045)

* fix release mode asserts

* clang

* dummy
This commit is contained in:
ManDude
2022-01-02 23:02:10 +00:00
committed by GitHub
parent 6e4b34be0b
commit c9204f2a9b
108 changed files with 230 additions and 238 deletions
+1 -1
View File
@@ -5,7 +5,6 @@
*/
#include <cstdio>
#include "common/util/assert.h"
#include <utility>
// TODO - i think im not including the dependency right..?
@@ -24,6 +23,7 @@
#include "common/listener_common.h"
#include "common/versions.h"
#include "Deci2Server.h"
#include "common/util/assert.h"
Deci2Server::Deci2Server(std::function<bool()> shutdown_callback) {
buffer = new char[BUFFER_SIZE];