Skip to content

Commit

Permalink
Put #include after the #pragma once.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Dec 29, 2022
1 parent fb9000a commit 117b8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/platform/base_platform_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
// For license and copyright information please follow this link:
// https://github.com/desktop-app/legal/blob/master/LEGAL
//
#include <vector>
#pragma once

#include <vector>

class QJsonObject;
class QString;
class QDate;
Expand Down

0 comments on commit 117b8a2

Please sign in to comment.