This wasn't caught before because nothing was including this header.
@@ -56,7 +56,7 @@ private:
USBEndpoint(/* TODO */);
USBEndpointDescriptor m_descriptor;
- USBPipe m_pipe;
+ Pipe m_pipe;
};
}