Ver código fonte

Missing #include for logging

default_compile_flags
vector-of-bool 4 anos atrás
pai
commit
ab8b542b69
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/dds/proc.win.cpp

+ 2
- 0
src/dds/proc.win.cpp Ver arquivo

@@ -1,6 +1,8 @@
#ifdef _WIN32
#include "./proc.hpp"

#include <dds/util/log.hpp>

#include <fmt/core.h>
#include <neo/assert.hpp>
#include <wil/resource.h>

Carregando…
Cancelar
Salvar