diff options
| author | hathach <[email protected]> | 2012-12-04 11:30:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-04 11:30:34 +0700 |
| commit | 8f00307986b71fdc48210e0ee4821a95392be4c3 (patch) | |
| tree | a325f10d67785e897ffd4bdcf514cf15c927acfb /tinyusb/common/common.h | |
| parent | 921561be607a9ec3edd059de8e5d7b7f75dd2f76 (diff) | |
fixed building errors with device example
Diffstat (limited to 'tinyusb/common/common.h')
| -rw-r--r-- | tinyusb/common/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index dbe99b2dd..97bc32ae3 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -67,6 +67,7 @@ #include "compiler/compiler.h" #include "errors.h" #include "core/tusb_types.h" +#include "core/std_descriptors.h" /// min value #ifndef MIN |
