Skip to content

Commit

Permalink
Merge pull request #1438 from rohit-n/fix-pch
Browse files Browse the repository at this point in the history
Fix build failing with PCH disabled.
  • Loading branch information
Sonicadvance1 committed Oct 29, 2014
2 parents bbaf8f9 + a09afe8 commit 3dd574b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Common/BitSet.h
Expand Up @@ -2,6 +2,7 @@

#pragma once

#include <cstddef>
#include <initializer_list>
#include <type_traits>
#include "CommonTypes.h"
Expand Down

0 comments on commit 3dd574b

Please sign in to comment.