1
0
Fork 0
forked from lthn/blockchain

fixed problem with missing pragma once

This commit is contained in:
cryptozoidberg 2022-01-05 21:21:35 +01:00
parent 37907e108a
commit 7478b48a56
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -4,6 +4,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include <QtWidgets>
#include <QWebChannel>
#include <boost/interprocess/ipc/message_queue.hpp>