Browse Source

Make older systems happy by making sure shared_ptr is available

pull/208/head
Duke Leto 4 years ago
parent
commit
96fe5aa1c1
  1. 1
      src/mainwindow.h

1
src/mainwindow.h

@ -3,6 +3,7 @@
#include "precompiled.h"
#include "logger.h"
#include <memory>
// Forward declare to break circular dependency.
class RPC;

Loading…
Cancel
Save